Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

ConsoleAlert

Display an alert in the host console presentation.

Import

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

Declaration

export const ConsoleAlert: HostComponent<Record<string, unknown>>;