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

    Type Alias SelectionOverlaySlotConfig<TPose>

    SelectionOverlaySlotConfig: Omit<
        SelectionOverlayLayerOpts<TPose>,
        "getSelection" | "getPose",
    > & { poseById?: (id: string) => TPose | null }

    Selection-overlay slot config — passed through to createSelectionOverlayLayer, minus the getSelection/getPose Canvas wires automatically.

    Type Parameters

    • TPose

    Type Declaration

    • OptionalposeById?: (id: string) => TPose | null

      Override the auto-wired pose lookup (overlay-aware → adapter fallback).