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

Интерфейс DropDownComponentType

Тип компонента выпадаюего меню

interface DropDownComponentType {
    new DropDownComponentType(
        props: DropDownProps,
        context?: any,
    ): Component<DropDownProps, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<DropDownProps>;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<DropDownProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<DropDownProps, any>;
    Header: DropDownHeaderComponentType;
    Item: DropDownItemComponentType;
    propTypes?: WeakValidationMap<DropDownProps>;
    Splitter: DropDownSplitterComponentType;
}

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

Индекс

Конструкторы

Свойства

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<DropDownProps>
displayName?: string
getDerivedStateFromError?: GetDerivedStateFromError<DropDownProps, any>
getDerivedStateFromProps?: GetDerivedStateFromProps<DropDownProps, any>