Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

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

Properties

backStepLabel?: string = 'Назад'
customButtons?: ReactNode
forwardStepLabel?: string = 'Далее'
name?: string
requireValidation?: boolean = true
resourceName?: string
title?: string
widgets: { displayValue: ((_: any) => string); layout: { w: number; x: number; y: number }; name: string; widget: ((props: ReadOnlyWidgetProps) => Element) }[] = ...
wrapperProps?: FlexProps

Methods

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

Generated using TypeDoc