Skip to content

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.

Hierarchy

  • IClientData

Summary

Properties

Class Properties

Inherited Properties

Currently none inherited from the parent class(es).

Properties

Optional DeletedAttachments

DeletedAttachments? : any

List of deleted attachment files


Optional UserId

UserId? : string

Store the userID when the user is on board. In demo mode, it stores "DemoUser"


Optional actionResults

actionResults? : any

The action result