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
protectedconfig:SourceSchemaFunctionConfig
Defined in: src/app/SourceSchemaFunction.ts:8
Methods
getSourcesSchema()
abstractgetSourcesSchema():Promise<SourceSchema>
Defined in: src/app/SourceSchemaFunction.ts:14
Returns
Promise<SourceSchema>
Updated about 2 months ago