Axinom Mosaic Libraries
    Preparing search index...

    Variable SelectionExplorerConst

    SelectionExplorer: <T extends Data>(
        props: SelectionExplorerProps<T> & RefAttributes<
            ExplorerDataProviderConnection<T>,
        >,
    ) => ReactElement<any, string | JSXElementConstructor<any>> | null = ...

    Selection Explorer

    Type Declaration

    <SelectionExplorer<DataInterface>
    title="Title"
    columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}
    stationKey="station-key"
    dataProvider={dataProvider}
    />