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

Интерфейс LookupAttributeSTRendererProps<STORE, ST>

interface LookupAttributeSTRendererProps<
    STORE extends RelatedDataRecordStoreType,
    ST extends LookupAttributeST,
> {
    autoFocus?: boolean;
    createRelatedRecordStore: LookupAttributeSTRecordsStoreBuilder<STORE>;
    dropdownRightExtraItems?: ReactNode;
    getSelectComponent: LookupAttributeSTFieldRenderer<STORE>;
    metaKey?: MetaEntityKey;
    onAddTerm?: () => void;
    onDelete: () => void;
    searchTerm: ST;
    searchTermList: AbstractSearchTerm[];
}

Параметры типа

Иерархия (Просмотр сводки)

Индекс

Свойства

autoFocus?: boolean
createRelatedRecordStore: LookupAttributeSTRecordsStoreBuilder<STORE>
dropdownRightExtraItems?: ReactNode
metaKey?: MetaEntityKey
onAddTerm?: () => void
onDelete: () => void
searchTerm: ST
searchTermList: AbstractSearchTerm[]