@nospamproxy/core
    Preparing search index...

    An option in a selection bar.

    Index

    Constructors

    Properties

    Constructors

    Properties

    action?: () => void = undefined

    A function that is called when this option is selected.

    Note, that the SelectionBar selected property will not be updated if this is used.

    data: unknown = undefined

    The data that is used to identify the selected option.

    selected: boolean | undefined = undefined

    If true, this option is displayed as selected.

    value?: string

    The display text for this option.