Request contract for Wiki Page Move.

interface WikiPageMove {
    newOrder?: number;
    newPath?: string;
    page?: WikiPage;
    path?: string;
}

Hierarchy (View Summary)

Properties

newOrder?: number

New order of the wiki page.

newPath?: string

New path of the wiki page.

page?: WikiPage

Resultant page of this page move operation.

path?: string

Current path of the wiki page.