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

Интерфейс DropDownSplitterComponentType

Компонент разделителя выпадающего списка.

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

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

Индекс

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

Свойства

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