Taos API Reference
    Preparing search index...

    Interface PackGroupVariant

    A platform variant of a group. v1 only supports 'explicit' (the variant is authored from separately-listed sources); auto downscale/transcode is a follow-up.

    interface PackGroupVariant {
        profile: string;
        rule?: "explicit";
    }
    Index

    Properties

    Properties

    profile: string
    rule?: "explicit"