Skip to content

Latest commit

 

History

History
28 lines (9 loc) · 845 Bytes

File metadata and controls

28 lines (9 loc) · 845 Bytes

SPComponentLoader class

Component loader. Needs to be initialized with an implemented ISPComponentLoader.

Methods

Method Access Modifier Returns Description
initialize() public, static void Initializes the component loader with an implementation. Must be called once before it can be used.
loadComponent() public, static Promise<TComponent> {@inheritdoc ISPComponentLoader.loadComponent}
loadCss() public, static void {@inheritdoc ISPComponentLoader.loadCss}
loadScript() public, static Promise<TModule> {@inheritdoc ISPComponentLoader.loadScript}