Interface: IClientData¶
Client data object. This starts out as a plain JavaScript object, and can be modified to hold application state. Can only be accessed for IClientAPI instances associated with a UI element, because that guarantees that the data will last for the lifetime of that element.
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
actionResults?¶
optionalactionResults?:any
The action result
DeletedAttachments?¶
optionalDeletedAttachments?:any
List of deleted attachment files
UserId?¶
optionalUserId?:string
Store the userID when the user is on board. In demo mode, it stores "DemoUser"