Axinom Mosaic Libraries
    Preparing search index...

    Variable ExplorerConst

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

    Renders an Explorer that can show a list of assets and allows selection of single assets, performing bulk operations on multiple assets, filtering, sorting as well as a button to create new assets.

    Type Declaration

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