Skip to content

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:

ParameterTypeDescription
thisvoid

Returns: Promise<void>A Promise that resolves once the surface is loaded.