TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/svelte/store/position
TJSPositionTypes
Positionable
Interface Positionable
Defines the shape of an instance / object that is positionable.
interface
Positionable
{
position
:
TJSPosition
;
}
Implemented by
SvelteApplication
Index
Properties
position
Properties
position
position
:
TJSPosition
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
position
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
Defines the shape of an instance / object that is positionable.