Search
    Preparing search index...

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

    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>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>

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

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

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

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

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