weasel API - v0.8.0
    Preparing search index...

    Type Alias StandardSlotConfig<TNode, TPose>

    StandardSlotConfig:
        | GridSlotConfig
        | SceneSlotConfig<TNode, TPose>
        | SelectionOverlaySlotConfig<TPose>

    Per-slot config union. The key narrows it in practice.

    Type Parameters

    • TNode extends { id: string }
    • TPose