Saxonberg Server API
    Preparing search index...

    Type Alias SlotResolutionQuery

    SlotResolutionQuery: { detail: string } | { accepts: string }

    Discriminated input to SlotApi.resolveSlot.

    • { detail: 'back' } — find the slot whose userFacingDetail matches the keyword.
    • { accepts: 'WearableMixin' } — find the first slot whose accepts matches the mixin name.