flexlayout-react
    Preparing search index...

    Variable BULK_CLOSE_ACTIONSConst

    BULK_CLOSE_ACTIONS: readonly NodeContextAction[] = ...

    The bulk close actions: closeAll closes every closeable tab in the tab, closeRight the closeable tabs to its right (tabset tabs only), and closeOthers every closeable tab but itself. They are not part of the standard menu (see ContextMenuBuilder.addStandard), which keeps a single close item; add them explicitly to build a menu with them. They are only enabled when the tab has siblings (there is nothing else to close in a single-tab tabset).