AppManifestExtension
No description
type AppManifestExtension {
permissions: [Permission!]!
label: String!
url: String!
mount: AppExtensionMountEnum!
target: AppExtensionTargetEnum!
}
Fields
AppManifestExtension.permissions
● [Permission!]!
non-null object authentication
List of the app extension's permissions.
AppManifestExtension.label
● String!
non-null scalar miscellaneous
Label of the extension to show in the dashboard.
AppManifestExtension.url
● String!
non-null scalar miscellaneous
URL of a view where extension's iframe is placed.
AppManifestExtension.mount
● AppExtensionMountEnum!
non-null enum apps
Place where given extension will be mounted.
AppManifestExtension.target
● AppExtensionTargetEnum!
non-null enum apps
Type of way how app extension will be opened.
Member Of
Manifest
object