Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SettingsBase

Represents the base methods and properties that all field settings should have.

export
class

SettingsBase

Hierarchy

  • SettingsBase

Index

Properties

recommendedCharacters

recommendedCharacters: number

Gets or sets the recommended characters for the current field. This value is automatically filled based on the server field configuration (provided the field has such a configuration)

Methods

getValidators

  • getValidators(): ValidatorFn[]
  • Returns the validators

    Returns ValidatorFn[]

init

  • init(metadata: any): any
  • Initializes the settings. The metadata can contain information about validators, instructional text or if the title should be shown or not.

    memberof

    SettingsBase

    Parameters

    • metadata: any

    Returns any

Generated using TypeDoc