AdaptableCoordinate

Used by AdapTable to remember position of Floating Dashboard

TypeScript
export interface AdaptableCoordinate extends
Extends

AdaptableObject

Properties

PropertyDescription
xx axis number
yy axis number
IsReadOnlySets 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