Taos API Reference
    Preparing search index...

    Interface PackGroupInclude

    Selection rules for which project assets land in a group.

    interface PackGroupInclude {
        labels?: string[];
        paths?: string[];
        keys?: string[];
    }
    Index

    Properties

    Properties

    labels?: string[]

    Asset labels to pull in.

    paths?: string[]

    Project-relative folder prefixes to pull in (recursively).

    keys?: string[]

    Explicit asset keys/guids to pull in.