Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Functions

Variables

IFrame

IFrame: DefineComponent<{ debounce: { default: number; type: NumberConstructor }; globalStyle: { default: boolean; type: BooleanConstructor }; html: StringConstructor; iframeProps: PropType<IframeHTMLAttributes>; onLoad: PropType<(iframe: HTMLIFrameElement) => void>; triggerParentKeyBoardEvent: { default: boolean; type: BooleanConstructor } }, () => null | VNode<RendererNode, RendererElement, {}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<{ debounce: unknown; globalStyle: unknown; html: unknown; iframeProps: unknown; onLoad: unknown; triggerParentKeyBoardEvent: unknown } & { debounce: number; globalStyle: boolean; triggerParentKeyBoardEvent: boolean } & { html: undefined | string; iframeProps: undefined | IframeHTMLAttributes; onLoad: undefined | ((iframe: HTMLIFrameElement) => void) }>, { debounce: number; globalStyle: boolean; triggerParentKeyBoardEvent: boolean }> = ...

Functions

buildSrc

  • buildSrc(html: string, title?: string, opts?: boolean): string
  • buildSrc(html: string, title?: string, opts?: BuildSrcOpts): string
  • Build embedded page uri.

    Parameters

    • html: string
    • Optional title: string
    • Optional opts: boolean

    Returns string

    src

  • Parameters

    • html: string
    • Optional title: string
    • Optional opts: BuildSrcOpts

    Returns string

Generated using TypeDoc