A class that maintains the lifecycle of file-backed widgets.

Implements

Constructors

Properties

_activateRequested: Signal<DocumentWidgetManager, string> = ...
_confirmClosingTab: boolean = false
_isDisposed: boolean = false
_recentsManager: null | IRecentsManager
_registry: DocumentRegistry
_stateChanged: Signal<DocumentWidgetManager, IChangedArgs<any, any, string>> = ...
translator: ITranslator

Accessors

Methods

  • Filter a message sent to a message handler.

    Parameters

    • handler: IMessageHandler

      The target handler of the message.

    • msg: Message

      The message dispatched to the handler.

    Returns boolean

    false if the message should be filtered, of true if the message should be dispatched to the handler as normal.