AppLiquidExtension
OCP App SDK / AppLiquidExtension
AppLiquidExtension
Index
Properties
Properties
description
string
Defined in: src/app/types/AppManifest.ts:31
entry_point
string
Defined in: src/app/types/AppManifest.ts:30
input?
object
Index signature
[name
: string
]: {
description
: string
;
required
: boolean
;
type
: "string"
| "number"
| "boolean"
| "any"
;
}
Type declaration
Defined in: src/app/types/AppManifest.ts:32
Updated 2 months ago