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

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

interface EntityAttributeSTRendererProps<
    STORE extends RelatedDataRecordStoreType,
    ST extends LookupAttributeST | RegisterAttributeST,
> {
    autoFocus?: boolean;
    createRelatedRecordStore: EntityAttributeSTRecordsStoreBuilder<STORE>;
    dropdownRightExtraItems?: ReactNode;
    getSelectComponent: EntityAttributeSTFieldRenderer<STORE>;
    metaKey?: MetaEntityKey;
    namespace?: keyof INamespace;
    onAddTerm?: () => void;
    onDelete: () => void;
    onEnter?: () => void;
    searchTerm: ST;
    searchTermList: AbstractSearchTerm[];
}

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

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

Индекс

Свойства

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