rmapi-js
    Preparing search index...

    Interface RmV6Text

    the parsed document text of a page (from the root text block)

    interface RmV6Text {
        items: SceneItem<RmV6TextValue>[];
        posX: number;
        posY: number;
        styles: Map<string, LwwValue<number>>;
        width: number;
    }
    Index

    Properties

    the text runs / inline formats as a CRDT sequence of items

    posX: number

    the text block's horizontal position

    posY: number

    the text block's vertical position

    styles: Map<string, LwwValue<number>>

    paragraph styles keyed by the char id they attach to

    width: number

    the text block's width