VersionAPI
API
The API for interacting with version.
Anchor to standardapiStandardApi
The base API object provided to this and other customer-account
extension targets.
- Anchor to versionversionVersionrequired
The renderer version being used for the extension.
Docs_Standard_VersionApi
- version
The renderer version being used for the extension.
Version
export interface Docs_Standard_VersionApi
extends Pick<StandardApi<any>, 'version'> {}
Was this section helpful?