DestinationSchemaFunction
OCP App SDK / DestinationSchemaFunction
Class: abstract
DestinationSchemaFunction
abstract
DestinationSchemaFunctionDefined in: src/app/DestinationSchemaFunction.ts:7
Constructors
Constructor
new DestinationSchemaFunction(
config
):DestinationSchemaFunction
Defined in: src/app/DestinationSchemaFunction.ts:10
Parameters
config
DestinationSchemaFunctionConfig
Returns
DestinationSchemaFunction
Properties
config
protected
config:DestinationSchemaFunctionConfig
Defined in: src/app/DestinationSchemaFunction.ts:8
Methods
getDestinationsSchema()
abstract
getDestinationsSchema():Promise
<DestinationSchema
>
Defined in: src/app/DestinationSchemaFunction.ts:14
Returns
Promise
<DestinationSchema
>
Updated 3 days ago