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

Интерфейс DropDownHeaderComponentType

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

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

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

Индекс

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

Свойства

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