Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxSurfaceInstance

Hierarchy

Index

Properties

Optional Readonly fullInstanceId

fullInstanceId: string | null

Optional Readonly instanceKey

instanceKey: string | null

Optional Readonly parent

parent: AxNode | null

Optional Readonly state

state: any | null

Optional Readonly supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional Readonly surface

surface: AxSurface | null

Methods

hide

invalidate

setDefaultState

  • setDefaultState(stateChangeObj: any): void
  • Parameters

    • stateChangeObj: any

    Returns void

setFormStateIn

  • setFormStateIn(propertyName: string, propertyValue: any): void
  • Parameters

    • propertyName: string
    • propertyValue: any

    Returns void

setState

  • setState(stateChangeObj: any): void
  • Parameters

    • stateChangeObj: any

    Returns void

show

Generated using TypeDoc