Axinom Mosaic Libraries
    Preparing search index...

    Variable NavigationExplorerConst

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

    Navigation Explorer

    Type Declaration

    <NavigationExplorer<DataInterface>
    title="Title"
    columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}
    stationKey="station-key"
    dataProvider={dataProvider}
    bulkActions={[{ label: 'Action One'}]}
    calculateNavigateUrl={(rowData => `/details/${rowData.id}`)}
    />