Class TJSPositionControlLayer
                 
                    
                  Hierarchy
              
              - SvelteComponent<
 TJSPositionControlLayer.Props,
 TJSPositionControlLayer.Events,
 TJSPositionControlLayer.Slots,
 >- TJSPositionControlLayer (View Summary)
 
Indexable
- [prop: string]: any
Index
Constructors
Methods
Constructors
constructor
- new TJSPositionControlLayer(
 options: ComponentConstructorOptions<TJSPositionControlLayer.Props>,
 ): TJSPositionControlLayerParametersReturns TJSPositionControlLayer
Methods
$destroy
- Returns void
$on
- Type Parameters- K extends string
 - Parameters- type: K
- callback: (e: CustomEvent<any>) => void
 - Returns () => void