GitHubJupyter
  • Preparing search index...
  • The search index is not available
@lumino
  • @lumino
  • virtualdom
  • hpass

Function hpass

  • hpass(tag, renderer?): VirtualElementPass
  • DEPRECATED - pass the renderer arg to the h function instead

    Create a new "pass thru" virtual element node.

    Parameters

    • tag: string

      The tag name for the parent element.

    • Optional renderer: VirtualElement.IRenderer

      an object with render and unrender functions, if any.

    Returns VirtualElementPass

    A new "pass thru" virtual element node for the given parameters.

    • Defined in index.ts:1148
  • hpass(tag, attrs, renderer?): VirtualElementPass
  • Parameters

    • tag: string
    • attrs: ElementAttrs
    • Optional renderer: VirtualElement.IRenderer

    Returns VirtualElementPass

    • Defined in index.ts:1152

Settings

Member Visibility

Theme

@lumino
  • Loading...

Generated using TypeDoc