MCPcopy Create free account
hub / github.com/apitable/apitable / createRoomId

Method createRoomId

packages/core/src/sync/room.ts:100–102  ·  view source on GitHub ↗

* Create a roomId based on the resource main resource ID * What is a resource resource, a resource is a summary of data entities, * such as a datasheet, a widget, and a dashboard. Their data are collectively referred to as resources * The main resource ID generally refers to the node page t

(resourceId: string)

Source from the content-addressed store, hash-verified

98 * @param resourceId Resource ID, which can be the ID of entity resources such as datasheetId, DashboardId, WidgetId, etc.
99 */
100 static createRoomId(resourceId: string) {
101 return `${resourceId}`;
102 }
103
104 constructor(
105 public roomId: string,

Callers 1

switchRoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected