AdaptableCoordinate
Used by AdapTable to remember position of Floating Dashboard
TypeScript
export interface AdaptableCoordinate extendsExtends
Properties
| Property | Description |
|---|---|
| x | x axis number |
| y | y axis number |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
x
x axis number
TypeScript
x: number;Property Value
number
y
y axis number
TypeScript
y: number;Property Value
number
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean