Skip to content

Interface: InvocationLocation

Defined in: api_types.ts:1175

Information about the Coda environment and doc this formula was invoked from, for Coda internal use.

Properties

docId?

optional docId: string

Defined in: api_types.ts:1188

Deprecated

This will be removed in a future version of the SDK.


protocolAndHost

protocolAndHost: string

Defined in: api_types.ts:1183

The base URL of the Coda environment executing this formula. Only for Coda internal use.


source?

optional source: InvocationSource

Defined in: api_types.ts:1180

The source application that invoked the Pack. Allows the Pack to adjust its functionality based on the context.