Constructors

  • Parameters

    • modelName: string
    • selector:
          | string
          | CustomElementConstructor
          | { prototype: HTMLElement; new (): HTMLElement }
    • OptionalchildOptions: ChildOptions

    Returns ChildRef

Properties

childOptions?: ChildOptions
modelName: string
selector:
    | string
    | CustomElementConstructor
    | { prototype: HTMLElement; new (): HTMLElement }