Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ControlElement

A control element. The scope property of the control determines to which part of the schema the control should be bound.

Hierarchy

Index

Properties

Properties

Optional label

label: string | boolean | LabelDescription

An optional label that will be associated with the control

Optional options

options: object

Any additional options.

Type declaration

  • [key: string]: any

Optional rule

rule: Rule

An optional rule.

scope

scope: string

The scope that determines to which part this element should be bound to.

type

type: "Control"

Generated using TypeDoc