PluginGateComponentConstructorParams.loadFeatureSurface method
PluginGateComponentConstructorParams › loadFeatureSurface
Loads the host plugin's feature surface. Called once every dependency is satisfied and no blocking conflict holds, and again after a gate that had closed opens back up.Signature:
loadFeatureSurface(this: void): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void |
Returns: Promise<void> — A Promise that resolves once the surface is loaded.