JupyterGitHub
  • Preparing search index...
  • The search index is not available
@jupyterlab
  • @jupyterlab
  • apputils
  • DOMUtils
  • hasActiveEditableElement

Function hasActiveEditableElement

  • hasActiveEditableElement(
        parent: DocumentFragment | Node,
        root?: ShadowRoot | Document,
    ): boolean
  • Check whether the active element descendant from given parent is editable. When checking active elements it includes elements in the open shadow DOM.

    Parameters

    • parent: DocumentFragment | Node
    • root: ShadowRoot | Document = document

    Returns boolean

    • Defined in packages/apputils/src/domutils.ts:59

Settings

Member Visibility
JupyterGitHub
@jupyterlab
  • Loading...

Generated using TypeDoc