@univerjsuifacadeReadme

@univerjs/ui v0.5.4


facade

Classes

ClassDescription
FHooksSheetsMixinFBase is a base class for all facade classes. It provides a way to extend classes with static and instance methods. The _initialize as a special method that will be called after the constructor. You should never call it directly.
FMenuThis is a build for adding a menu to Univer. Please notice that until the appendTo method is called, the menu item is not added to the UI. Please note that this menu cannot have submenus. If you want to have submenus, please use FSubmenu.
FSubmenuFBase is a base class for all facade classes. It provides a way to extend classes with static and instance methods. The _initialize as a special method that will be called after the constructor. You should never call it directly.
FUniverUIMixin-

Interfaces

InterfaceDescription
IFacadeMenuItem-
IFacadeSubmenuItem-
IFHooksSheetsUIMixin-
IFUniverUIMixin-