@djodjonx/wiredi
    Preparing search index...

    Interface TypedBuilderConfig<C, Tokens>

    A builder configuration with strictly inferred token types.

    interface TypedBuilderConfig<C, Tokens> {
        __tokens?: Tokens;
        builderId: string;
        injections: InjectionConfig<C>;
        listeners?: EventConfig;
    }

    Type Parameters

    • C

      The context type.

    • Tokens

      The tuple of allowed tokens.

    Hierarchy (View Summary)

    Index

    Properties

    __tokens?: Tokens
    builderId: string
    injections: InjectionConfig<C>
    listeners?: EventConfig