Interface IContentProvisionOptions

The options used to decode which provider to use.

interface IContentProvisionOptions {
    contentProviderId?: string;
}

Hierarchy (View Summary)

Properties

contentProviderId?: string

The override for the content provider.