@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface CompiledPlantModel

    Reusable compiled model with all named callbacks resolved.

    interface CompiledPlantModel {
        grammar: CompiledGrammar;
        hash: string;
        registries?: BehaviorRegistries;
        runtimeCacheIdentity?: number;
        specification: ModelSpecification;
    }
    Index
    hash: string
    registries?: BehaviorRegistries
    runtimeCacheIdentity?: number

    Process-local salt that prevents callback-backed models from sharing unsafe cache entries.

    specification: ModelSpecification