Interface SystemBaseConstructor
interface SystemBaseConstructor {
new SystemBaseConstructornew (options?: {
constrain?: boolean;
element?: HTMLElement;
enabled?: boolean;
height?: number;
lock?: boolean;
width?: number;
}): SystemBase;
}
new SystemBaseConstructornew (options?: {
constrain?: boolean;
element?: HTMLElement;
enabled?: boolean;
height?: number;
lock?: boolean;
width?: number;
}): SystemBase;
}
Index
Constructors
Constructors
constructor
- new
System (options?): SystemBaseBase Constructor Parameters
Optional
options: {
constrain?: boolean;
element?: HTMLElement;
enabled?: boolean;
height?: number;
lock?: boolean;
width?: number;
}Initial options.
Optional
constrain?: booleanConstrain state.
Optional
element?: HTMLElementTarget element.
Optional
enabled?: booleanEnabled state.
Optional
height?: numberManual height.
Optional
lock?: booleanLock parameters from being set.
Optional
width?: numberManual width.
Returns SystemBase
Describes the constructor function for anu SystemBase implementation.