AppFunction
OCP App SDK / AppFunction
AppFunction
Index
Properties
Properties
description
string
Defined in: src/app/types/AppManifest.ts:7
entry_point
string
Defined in: src/app/types/AppManifest.ts:6
global?
boolean
Defined in: src/app/types/AppManifest.ts:8
installation_resolution?
object
{
key: string;
type: "GUID" | "HEADER" | "QUERY_PARAM" | "JSON_BODY_FIELD";
}
Type declaration
Member | Type |
---|---|
key | string |
type | "GUID" | "HEADER" | "QUERY_PARAM" | "JSON_BODY_FIELD" |
Defined in: src/app/types/AppManifest.ts:9
Updated 2 months ago