Skip to main content

Tab Groups Port (ports)

Classes

TabGroupsPort

import { TabGroupsPort } from '@hexajs-dev/ports';
class TabGroupsPort { ... }

Methods

get()

get(groupId: number): Promise<HexaWebTabGroup>

query()

query(queryInfo: HexaWebTabGroupQueryInfo): Promise<HexaWebTabGroup[]>

update()

update(groupId: number, updateProperties: Partial<HexaWebTabGroup>): Promise<HexaWebTabGroup>