TLUiDialogsContextType

See source code
Table of contents
interface TLUiDialogsContextType {}

Properties

dialogs

dialogs: Atom<TLUiDialog[]>;

Methods

addDialog

Parameters

NameDescription

dialog

Omit<TLUiDialog, "id"> & {
  id?: string;
};

Returns

string;

clearDialogs


removeDialog

Parameters

NameDescription

id

string;

Returns

string;

Prev
TLUiDialogProps
Next
TLUiDialogsProviderProps