ng-xtend API documentation
    Preparing search index...

    Class HostTestTypedComponent

    Component that can be used to test your component based on the type it handles Just set the type hierarchy to register, the value, and it will instantiate the right component in your plugin

    Index

    Constructors

    Properties

    context: Signal<XtBaseContext<unknown>> = ...

    Computed signal that creates the XtBaseContext from the input values.

    displayMode: InputSignal<XtDisplayMode> = ...

    Input for the display mode. Defaults to FULL_VIEW.

    value: InputSignal<any> = ...

    Input for the value to display.

    valueType: InputSignal<string | undefined> = ...

    Input for the value type string used for context creation.