Skip to main content

Class: STLLoadPlugin

Asset-Management.STLLoadPlugin

Hierarchy

  • SimpleEventDispatcher<"">

    STLLoadPlugin

Implements

Properties

PluginType

Static Readonly PluginType: "STLLoadPlugin"


dependencies

dependencies: typeof AssetManagerPlugin[]

Implementation of

IViewerPluginAsync.dependencies

Constructors

constructor

new STLLoadPlugin()

Inherited from

SimpleEventDispatcher<''>.constructor

Methods

onAdded

onAdded(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onAdded


onDispose

onDispose(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onDispose


onRemove

onRemove(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onRemove