RSX Code Reference
    Preparing search index...

    Interface PolytronFeaturedObjectList

    The PolytronFeaturedObjectList represents a list of featured Polytrons.

    interface PolytronFeaturedObjectList {
        Description: string;
        Objects: (PolytronPreviewObject | { ID: string; Identifier: string })[];
    }
    Index
    Description: string
    Objects: (PolytronPreviewObject | { ID: string; Identifier: string })[]