Type alias FormScope

FormScope: boolean | string | readonly string[] | null | undefined

A scope of form setup applicability.

Selects controls to set up:

  • false - to set up nothing,
  • true - to set up every control,
  • role name or array of role names - to set up only to controls with that roles,
  • null, undefined, or empty array - to set up only controls with default role.

Generated using TypeDoc