The RpgLogs Scripting API
    Preparing search index...

    Type Alias RectMark

    RectMark: MarkCommon & {
        bottomRight: Position;
        topLeft: Position;
        type: "rect";
    }

    A rectangle defined by the top-left and bottom-right coordinates.