Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModel<Value>

Type parameters

  • Value

Hierarchy

  • IModel

Implemented by

Index

Properties

error

error: IMaybeError<Value>

form

form: FormModel<any> | null | undefined

owner

owner: IModel<any> | null

validators

validators: IValidators<Value>

Methods

clear

  • clear(): void

dirty

  • dirty(): boolean

dispose

  • dispose(): void

getRawValue

  • getRawValue(): any

getSubmitValue

  • getSubmitValue(): any

initialize

  • initialize(value: Value): void

patchValue

  • patchValue(value: Value): void

pristine

  • pristine(): boolean

reset

  • reset(): void

touched

  • touched(): boolean

valid

  • valid(): boolean

validate

Generated using TypeDoc