Configuration options passed to the schemer via StartCommand.

interface SchemerConfig {
    directDownloadUrl?: string;
    sharedParameters?: MainSchema.SharedParameter[];
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

directDownloadUrl?: string

Base URL for downloading additional resources at runtime. The schemer appends "/" + uri-encoded resource ID to this URL.

sharedParameters?: MainSchema.SharedParameter[]

Shared parameters for cross-module data exchange.