Search
    Preparing search index...

    Type Alias AssetSearchSelectionTableProps

    type AssetSearchSelectionTableProps = {
        canOpenRelatedRecord: boolean;
        initialAssetType?: string;
        onSelectionChange?: (hits: SearchHit[]) => void;
        routerStore: RouterStoreType;
    }
    Index

    Properties

    canOpenRelatedRecord: boolean
    initialAssetType?: string
    onSelectionChange?: (hits: SearchHit[]) => void
    routerStore: RouterStoreType