• Preparing search index...
  • The search index is not available
Ibyar/Aurora
  • Ibyar/Aurora
  • @ibyar/core
  • view

Function view

  • view(): HTMLElement
  • Returns HTMLElement

    • Defined in git/aurora/src/core/component/initializer.ts:110
  • view<T extends keyof HTMLElementTagNameMap>(extend: T): HTMLElementTagNameMap[T]
  • Type Parameters

    • T extends keyof HTMLElementTagNameMap

    Parameters

    • extend: T

    Returns HTMLElementTagNameMap[T]

    • Defined in git/aurora/src/core/component/initializer.ts:111
  • view<T>(type: Type<T>): HTMLComponent<T>
  • Type Parameters

    • T

    Parameters

    • type: Type<T>

    Returns HTMLComponent<T>

    • Defined in git/aurora/src/core/component/initializer.ts:112
  • view<T, V extends keyof HTMLElementTagNameMap>(
        type: Type<T>,
        extend: V,
    ): HTMLComponent<T> & HTMLElementTagNameMap[V]
  • Type Parameters

    • T
    • V extends keyof HTMLElementTagNameMap

    Parameters

    • type: Type<T>
    • extend: V

    Returns HTMLComponent<T> & HTMLElementTagNameMap[V]

    • Defined in git/aurora/src/core/component/initializer.ts:113

Settings

Member Visibility
Ibyar/Aurora
  • Loading...

Generated using TypeDoc