SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Class WorkbenchPartAbstract

    A part is a visual element of the workbench layout. Parts can be docked to the side or positioned relative to each other. A part can display content or stack views.

    The part microfrontend can inject this handle to interact with the part.

    WorkbenchPartCapability

    Index

    Constructors

    Properties

    active$: Observable<boolean>

    Indicates whether this part is active.

    Upon subscription, emits the active state of this part, and then emits continuously when it changes. The Observable never completes.

    Capability of the microfrontend loaded into the part.

    focused$: Observable<boolean>

    Indicates whether this part has the focus.

    Upon subscription, emits the focused state of this part, and then emits continuously when it changes. The Observable never completes.

    id: `part.${string}`

    Unique identity of this part.

    params: Map<string, unknown>

    Parameters of the microfrontend loaded into the part.

    Methods

    • Signals readiness, notifying the workbench that this part has completed initialization.

      If showSplash is set to true on the part capability, the workbench displays a splash until the part microfrontend signals readiness.

      Returns void

      WorkbenchPartCapability.properties.showSplash