Defines the shape of an instance / object that is positionable.

interface Positionable {
    position: TJSPosition;
}
Implemented by

Properties

Properties

position: TJSPosition