Base class for all AdapTable callbacks and Events

TypeScript
export interface

Properties

PropertyDescription
adaptableApiAdaptable Api object
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext
adaptableIdId of current AdapTable instance
adaptableStateKeyCurrent Adaptable State Key
clientTimestampTime on user's computer
userNameName of Current User

Property Details

adaptableApi

Adaptable Api object

TypeScript
adaptableApi: AdaptableApi;
Property Value

AdaptableApi

adaptableContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any

adaptableId

Id of current AdapTable instance

TypeScript
adaptableId: string;
Property Value

string

adaptableStateKey

Current Adaptable State Key

TypeScript
adaptableStateKey: string;
Property Value

string

clientTimestamp

Time on user's computer

TypeScript
clientTimestamp: Date;
Property Value

Date

userName

Name of Current User

TypeScript
userName: string;
Property Value

string