Skip to main content

Interface: IUIService

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

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:113

Show a modal dialog with the given configuration

Parameters

args

unknown

Returns

void


showNotifier()

showNotifier(args): void

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

Show a toast/banner notification

Parameters

args

unknown

Returns

void