Interface PagesWikipageFull

interface PagesWikipageFull {
    created: number;
    creator_id: number;
    edited: number;
    editor_id: number;
    group_id: number;
    html: string;
    id: number;
    owner_id: number;
    parent: string;
    parent2: string;
    source: string;
    title: string;
    url: string;
    view_url: string;
    views: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

created: number

Date when the page has been created in Unixtime

creator_id: number

Page creator ID

edited: number

Date when the page has been edited in Unixtime

editor_id: number

Last editor ID

group_id: number

Community ID

html: string

Page content, HTML

id: number

Page ID

owner_id: number

Owner ID

parent: string

Parent

parent2: string

Parent2

source: string

Page content, wiki

title: string

Page title

url: string

URL

view_url: string

URL of the page preview

views: number

Views number

Generated using TypeDoc