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

Интерфейс WizardComponentType

Тип компонента визарда

interface WizardComponentType {
    new WizardComponentType(
        props: WizardProps,
        context?: any,
    ): Component<WizardProps, any>;
    childContextTypes?: ValidationMap<any>;
    Content: WizardContentComponentType;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<WizardProps>;
    displayName?: string;
    Footer: WizardFooterComponentType;
    getDerivedStateFromError?: GetDerivedStateFromError<WizardProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<WizardProps, any>;
    Navigation: WizardNavigationComponentType;
    propTypes?: WeakValidationMap<WizardProps>;
}

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

Индекс

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

Свойства

childContextTypes?: ValidationMap<any>

Дополнительный компонент.

contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<WizardProps>
displayName?: string

Компонент подвала шагов визарда.

getDerivedStateFromError?: GetDerivedStateFromError<WizardProps, any>
getDerivedStateFromProps?: GetDerivedStateFromProps<WizardProps, any>

Компонент навигации шагов визарда.