rmapi-js
    Preparing search index...

    Interface TemplateType

    a template, such as from methods.remarkable.com

    interface TemplateType {
        createdTime?: string;
        hash: string;
        id: string;
        lastModified: string;
        new?: boolean;
        parent?: string;
        pinned: boolean;
        source?: string;
        tags?: Tag[];
        type: "TemplateType";
        visibleName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdTime?: string

    the timestamp of when the template was added/created

    hash: string

    the current hash of the state of this entry

    id: string

    the document id, a uuid4

    lastModified: string

    the last modified timestamp

    new?: boolean

    indicates if this is a newly-installed template

    parent?: string

    the parent of this entry

    There are two special parents, "" (empty string) for the root directory, and "trash" for the trash

    pinned: boolean

    true if the entry is starred in most ui elements

    source?: string

    where this template was installed from

    tags?: Tag[]

    any tags the entry might have

    type: "TemplateType"

    the key to identify this as a template

    visibleName: string

    the visible display name of this entry