Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

SourceSchemaFunction

OCP App SDK


OCP App SDK / SourceSchemaFunction

Class: abstract SourceSchemaFunction

Defined in: src/app/SourceSchemaFunction.ts:7

Constructors

Constructor

new SourceSchemaFunction(config): SourceSchemaFunction

Defined in: src/app/SourceSchemaFunction.ts:10

Parameters

config

SourceSchemaFunctionConfig

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>