LWT JavaScript API
    Preparing search index...

    Interface LwtText

    interface LwtText {
        annotations: number | Record<string, [unknown, string, string]>;
        id: number;
        reading_position: number;
    }
    Index

    Properties

    annotations: number | Record<string, [unknown, string, string]>
    id: number
    reading_position: number