Interface IFormComponent

A form component.

Hierarchy

  • IFormComponent

Properties

children?: Nilable<FormComponentChild[]>

One or more children.

class: string

The class / type.

name?: Nilable<string>

The name, which can be used to get the value from.

props?: Nilable<FormComponentProps>

One or more optional props to setup the component.

schema?: Nilable<IAjvFormSchema>

The optional schema.

Generated using TypeDoc