hosanna-ui-docs - v0.9.0
    Preparing search index...

    Event type for selection change in ComboBoxView.

    interface ComboBoxEvent {
        index: number;
        preventDefault?: boolean;
        type: string;
        view: ComboBoxView;
    }

    Hierarchy

    Index

    Properties

    index: number

    The selected index.

    preventDefault?: boolean
    type: string