AbstractAbstract Readonlyactive$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.
Abstract ReadonlycapabilityCapability of the microfrontend loaded into the part.
Abstract Readonlyfocused$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.
Abstract ReadonlyidUnique identity of this part.
Abstract ReadonlyparamsParameters of the microfrontend loaded into the part.
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.
See
WorkbenchPartCapability