SourceSchemaFunction
OCP App SDK / SourceSchemaFunction
Class: abstract
SourceSchemaFunction
abstract
SourceSchemaFunctionDefined in: src/app/SourceSchemaFunction.ts:7
Constructors
Constructor
new SourceSchemaFunction(
config
):SourceSchemaFunction
Defined in: src/app/SourceSchemaFunction.ts:10
Parameters
config
Returns
SourceSchemaFunction
Properties
config
protected
config:SourceSchemaFunctionConfig
Defined in: src/app/SourceSchemaFunction.ts:8
Methods
getSourcesSchema()
abstract
getSourcesSchema():Promise
<SourceSchema
>
Defined in: src/app/SourceSchemaFunction.ts:14
Returns
Promise
<SourceSchema
>
Updated 3 days ago