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

DestinationSchemaFunction

OCP App SDK


OCP App SDK / DestinationSchemaFunction

Class: abstract DestinationSchemaFunction

Defined 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>