videosphere
    Preparing search index...

    Interface ResolveDraftTitleInput

    Draft fields used to resolve the document root title for storage and list labels.

    interface ResolveDraftTitleInput {
        title: string;
        targets: readonly ConnectedAccountPlatform[];
        platforms: DraftPlatforms;
    }
    Index

    Properties

    title: string

    Shared title at the document root.

    targets: readonly ConnectedAccountPlatform[]

    Selected publish targets.

    platforms: DraftPlatforms

    Per-platform override fields.