videosphere
    Preparing search index...

    Interface PerPlatformCopyOverrides

    Optional per-platform overrides for shared draft copy (title, description, tags). When set, distribution uses these values instead of the document-root fields for that platform.

    interface PerPlatformCopyOverrides {
        titleOverride?: string;
        descriptionOverride?: string;
        tagsOverride?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    titleOverride?: string

    Platform-specific title; maps to each API's title field (e.g. SA fullTitle, YouTube snippet.title).

    descriptionOverride?: string

    Platform-specific description/body text.

    tagsOverride?: string[]

    Platform-specific tags; mapped per API (e.g. YouTube snippet.tags, Vimeo tags).