• Parameters

    • this: void
    • internals: Brand<"ComponentInternals">
    • props: ControlProps

      The props passed to the component.

    Returns {
        $on(type: string, callback: (e: any) => void): () => void;
        $set(props: Partial<ControlProps>): void;
    }

    • $on?:function
      • Parameters

        • type: string
        • callback: (e: any) => void

        Returns () => void

        This method only exists when using one of the legacy compatibility helpers, which is a stop-gap solution. See migration guide for more info.

    • $set?:function
      • Parameters

        • props: Partial<ControlProps>

        Returns void

        This method only exists when using one of the legacy compatibility helpers, which is a stop-gap solution. See migration guide for more info.

Properties

element?: { prototype: HTMLElement; new (): HTMLElement }

The custom element version of the component. Only present if compiled with the customElement compiler option

z_$$bindings?: ""

Does not exist at runtime, for typing capabilities only. DO NOT USE