Юниверс DG SDK UI
v2.15.0

Псевдоним типа AssetSearchSelectionTableProps

type AssetSearchSelectionTableProps = {
    canOpenRelatedRecord: boolean;
    initialAssetType?: string;
    onSelectionChange?: (hits: SearchHit[]) => void;
    routerStore: RouterStoreType;
}
Индекс

Свойства

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