@suluk/builder - v0.1.11
    Preparing search index...

    Interface ProviderBinding

    interface ProviderBinding {
        facet: string;
        impl: string;
        title: string;
        known: boolean;
        alternatives: ProviderImpl[];
    }
    Index

    Properties

    facet: string
    impl: string

    the currently-bound implementation id

    title: string
    known: boolean

    is impl a known implementation for this facet? (false ⇒ a custom binding)

    alternatives: ProviderImpl[]

    the other implementations this slot could swap to