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

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

type BusinessSearchResultsViewProps = {
    cardComponent: ComponentType<
        {
            payloadForSave?: Record<string, string>;
            searchHit: SearchHit;
            store: BusinessSearchDataStoreFacade;
        },
    >;
    searchStore: BusinessSearchDataStoreFacade;
}
Индекс

Свойства

Свойства

cardComponent: ComponentType<
    {
        payloadForSave?: Record<string, string>;
        searchHit: SearchHit;
        store: BusinessSearchDataStoreFacade;
    },
>