RSX Code Reference
    Preparing search index...

    Interface PolytronExecutionFormat

    The PolytronExecutionFormat interface represents the execution format of a Polytron request.

    interface PolytronExecutionFormat {
        Height: number;
        Type: string;
        Width: number;
    }
    Index
    Height: number
    Type: string
    Width: number