@validide/u-front-ends
    Preparing search index...

    Class CrossWindowChildComponentOptions

    Cross Window Child Component Options.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    contentDisposeTimeout: number = 3000

    The the interval to wait for the component before triggering an error and the 'disposed' event.

    createEmbedElement?: (el: HTMLElement) => HTMLElement
    embeddedAttributes?: { [key: string]: string }
    handlers: ComponentEventHandlers = ...
    parent: string | HTMLElement = "body"
    resources: ResourceConfiguration[] = []
    tag: string = "div"
    type: ChildComponentType = ChildComponentType.InWindow
    url: string = "about:blank"