Documentation
    Preparing search index...

    Interface ActorDefinition<S, CP, CS, V, I, DB, R>

    interface ActorDefinition<
        S,
        CP,
        CS,
        V,
        I,
        DB extends AnyDatabaseProvider,
        R extends Actions<S, CP, CS, V, I, DB>,
    > {
        get config(): ActorConfig<S, CP, CS, V, I, DB>;
        instantiate(): ActorInstance<S, CP, CS, V, I, DB>;
    }

    Type Parameters

    Index

    Accessors

    Methods

    Accessors

    Methods