Skip to content
Mog is in active development. The GitHub repo, SDK packages, and community channels are not yet available. Follow for launch updates

ws.connectors

WorksheetConnectorCollection

Connector collection — get/list only. add() deferred until ConnectorConfig exists.

2 methods

get

Promise<ConnectorHandle | null>
get(id: string): Promise<ConnectorHandle | null>;
ParameterTypeRequired
idstringrequired

list

Promise<ConnectorHandle[]>
list(): Promise<ConnectorHandle[]>;