AdaptableCoordinate

Used by AdapTable to remember position of Floating Dashboard

TypeScript
export interface AdaptableCoordinate extends
Extends

AdaptableObject

Properties

PropertyTypeDescription
xnumberx axis number
ynumbery axis number
IsReadOnlybooleanSets 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