TLUiDialogsContextType
Table of contents
interface TLUiDialogsContextType {}
Properties
addDialog: (
dialog: Omit<TLUiDialog, 'id'> & {
id?: string
}
) => string
clearDialogs: () => void
dialogs: TLUiDialog[]
removeDialog: (id: string) => string
updateDialog: (id: string, newDialogData: Partial<TLUiDialog>) => string