rmapi-js
    Preparing search index...

    Interface PageTag

    a tag for individual pages

    interface PageTag {
        name: string;
        pageId: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    the name of the tag

    pageId: string

    the id of the page this is on

    timestamp: number

    the timestamp when this tag was added