tuil
ReferenceComponentsProject initializer

InitWizardProps

InitWizardProps component contract.

View rawEdit

Type

export interface InitWizardProps {
  readonly initialName: string;
  readonly onComplete: (answers: InitAnswers) => void;
  readonly onCancel: () => void;
}

Members

MemberTypeRequiredDescriptionRelated types
initialNamestringYesThe initialName member uses the string contract.
onComplete(answers: InitAnswers) => voidYesThe onComplete member uses the (answers: InitAnswers) => void contract.InitAnswers
onCancel() => voidYesThe onCancel member uses the () => void contract.

Source

View the secondary source reference

On this page