Skip to main content
Version: 3.x

AppManifestExtension

No description

type AppManifestExtension {
permissions: [Permission!]!
label: String!
url: String!
mount: AppExtensionMountEnum!
target: AppExtensionTargetEnum!
}

Fields

AppManifestExtension.permissions ● [Permission!]! non-null object

List of the app extension's permissions.

AppManifestExtension.label ● String! non-null scalar

Label of the extension to show in the dashboard.

AppManifestExtension.url ● String! non-null scalar

URL of a view where extension's iframe is placed.

AppManifestExtension.mount ● AppExtensionMountEnum! non-null enum

Place where given extension will be mounted.

AppManifestExtension.target ● AppExtensionTargetEnum! non-null enum

Type of way how app extension will be opened.

Member of

Manifest object


Was this page helpful?