Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormContext

Hierarchy

  • IFormContext

Index

Properties

Optional Readonly bare

bare: undefined | false | true

cursorPositions

cursorPositions: TypeCursorPositionState

Optional Readonly debug

debug: undefined | false | true

Optional Readonly dynamic

dynamic: undefined | false | true

Optional Readonly formKey

formKey: undefined | string

metadata

metadata: IMetadata

state

state: any

updateCursorPositionState

updateCursorPositionState: (fieldName: string, cursorPosition: number) => void

Type declaration

    • (fieldName: string, cursorPosition: number): void
    • Parameters

      • fieldName: string
      • cursorPosition: number

      Returns void

Optional updateParentState

updateParentState: undefined | ((e: ChangeEvent<any>, name: string, formKey?: undefined | string) => void)

Optional updateRadioGroupStateFromPassedInContext

updateRadioGroupStateFromPassedInContext: undefined | ((e: ChangeEvent<any>, name: string, radioGroup: any, formKey?: undefined | string) => void)

Generated using TypeDoc