• 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 Parameters

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    Example

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

Generated using TypeDoc