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

Интерфейс DrawerComponentType

Тип компонента выдвижной панели

interface DrawerComponentType {
    new DrawerComponentType(
        props: DrawerProps,
        context?: any,
    ): Component<DrawerProps, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps: DrawerDefaultProps;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<DrawerProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<DrawerProps, any>;
    HeaderTitle: HeaderTitleComponentType;
    propTypes?: WeakValidationMap<DrawerProps>;
}

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

Индекс

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

Свойства

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