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

Интерфейс HeaderTitleComponentType

Тип компонента заголовка

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

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

Индекс

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

Свойства

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