adobe-firefly-sdk
    Preparing search index...

    Type Alias AppVersionInfo

    Information about a registered InDesign app version

    type AppVersionInfo = {
        majorAppVersion?: string;
        minorAppVersion?: string;
        product?: string;
        status?: "active" | "preview";
    }
    Index

    Properties

    majorAppVersion?: string

    Major version of the InDesign app

    minorAppVersion?: string

    Minor version of the InDesign app

    product?: string

    The product name

    status?: "active" | "preview"

    Status of this app version