A component slot.

It is added to component element and contains a bound component context.

Notifies on component binding.

Type Parameters

  • T extends object = any

    A type of component.

Hierarchy

Properties

context: undefined | ComponentContext<T>

A context of the bound component.

read: AfterEvent<[ComponentContext<T>?]>

An AfterEvent keeper of the bound component context.

whenReady: OnEvent<[ComponentContext<T>]>

An OnEvent sender of the bound component readiness event.

Methods

  • Returns an AfterEvent instance of this event keeper.

    Returns

    AfterEvent instance registering event receivers sent by this keeper.

    Returns AfterEvent<[ComponentContext<T>?]>

Generated using TypeDoc