Axinom Mosaic Libraries
    Preparing search index...
    interface VariableSearchProps {
        label: string;
        setStateValue?: Dispatch<SetStateAction<string>>;
        [key: string]: any;
    }

    Hierarchy

    • SearchProps
      • VariableSearchProps

    Indexable

    • [key: string]: any
    Index

    Properties

    label: string

    The label to be displayed

    setStateValue?: Dispatch<SetStateAction<string>>

    The React state setter used to update the value when typing into the search field or selecting a search result