@diamondlightsource/davidia
    Preparing search index...

    Type Alias SelectionHandler

    SelectionHandler: (
        selection: SelectionBase | null,
        dragging?: boolean,
        clear?: boolean,
    ) => string | null

    Selection handler

    Type declaration

      • (
            selection: SelectionBase | null,
            dragging?: boolean,
            clear?: boolean,
        ): string | null
      • Parameters

        • selection: SelectionBase | null
        • Optionaldragging: boolean
        • Optionalclear: boolean

        Returns string | null

        ID of changed selection