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

Интерфейс ConfirmComponentType

Тип компонента модального окна подтверждения

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

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

Индекс

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

Свойства

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