The RpgLogs Scripting API
    Preparing search index...

    Type Alias TextMark

    TextMark: Omit<MarkCommon, "label"> & MarkCommon["label"] & {
        center: Position;
        type: "text";
    }

    A textual mark. Effort is made to center the text on the point without wrapping, but for long strings it may wrap anyway.