Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IControlData

Represents the raw data a control has when transmitted and received over a socket connection.

Hierarchy

Index

Properties

Optional controlID

controlID: string

An id, unique to the session.

Optional disabled

disabled: boolean

Wether or not this control is disabled.

Optional etag

etag: ETag
deprecated

etags are no longer used, you can always omit/ignore this

Optional kind

kind: string

The type of control.

Optional meta

meta: IMeta

The collection of Meta properties for this control.

Optional position

position: IGridPlacement[]

A collection of grid placements controlling where the control is positioned on screen.

Generated using TypeDoc