Interface IHostElementResult

Hierarchy

Properties

addStyle: ((css: string) => void)

Type declaration

    • (css: string): void
    • Parameters

      • css: string

      Returns void

dispose: (() => void)

Type declaration

    • (): void
    • Returns void

hide: (() => void)

Type declaration

    • (): void
    • Returns void

host: HTMLElement
id: string
root: HTMLElement | ShadowRoot
shadow: boolean
show: (() => void)

Type declaration

    • (): void
    • Returns void

tag: string

Generated using TypeDoc