Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseWizardStep Abstract

Hierarchy

Index

Constructors

  • new BaseWizardStep(title?: string, resourceName?: string): BaseWizardStep

Properties

backStepLabel?: string = 'Назад'
customButtons?: ReactNode
forwardStepLabel?: string = 'Далее'
name?: string
requireValidation?: boolean = true
resourceName?: string
title?: string
wrapperProps?: FlexProps

Methods

  • onSave(props: unknown, transition: ((next: string) => void)): void | Promise<boolean>
  • Parameters

    • props: unknown
    • transition: ((next: string) => void)
        • (next: string): void
        • Parameters

          • next: string

          Returns void

    Returns void | Promise<boolean>

Generated using TypeDoc