RSX Code Reference
    Preparing search index...

    Interface PolytronPreviewObject

    The PolytronPreviewObject represents preview data of a Polytron object.

    interface PolytronPreviewObject {
        Author?: string;
        Category?: string;
        Documentation?: string;
        FriendlyName?: string;
        ID: string;
        Identifier: string;
        IsPreviewAvailable?: boolean;
        IsUserFavorite?: boolean;
        Name: string;
        PreviewURL?: string;
        Version?: string;
    }
    Index
    Author?: string
    Category?: string
    Documentation?: string
    FriendlyName?: string
    ID: string
    Identifier: string
    IsPreviewAvailable?: boolean
    IsUserFavorite?: boolean
    Name: string
    PreviewURL?: string
    Version?: string