Skip to main content

Interface: IUIService

Defined in: src/types/services.ts:75

UI service for host-controlled dialogs and notifications.

Remarks

Replaces useDialog() and useNotification() hooks.

Methods

showDialog()

showDialog(args): void

Defined in: src/types/services.ts:77

Show a modal dialog with the given configuration

Parameters

args

unknown

Returns

void


showNotifier()

showNotifier(args): void

Defined in: src/types/services.ts:79

Show a toast/banner notification

Parameters

args

unknown

Returns

void