Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

HostEventHandler

Generic event callback accepted by host-wrapped native controls.

Import

import type { HostEventHandler } from "@dartwic/interface-sdk/ui";

Declaration

export type HostEventHandler = (...args: any[]) => void;