Axinom Mosaic Libraries
    Preparing search index...

    Interface ListElement

    interface ListElement {
        resetSelection: () => void;
        selectIndex: (index: number) => void;
    }
    Index

    Properties

    resetSelection: () => void

    Resets the selection of the list.

    selectIndex: (index: number) => void

    Selects an index in the list.