Interface Params

Hierarchy

  • Params

Properties

content: null | string

Page contents.

contentformat?: null | string

Page contents format. If an invalid format is provided, default wiki format is used.

groupid?: null | number

Subwiki's group ID. Used if subwiki does not exists.

subwikiid?: null | number

Page's subwiki ID.

title: null | string

New page title.

userid?: null | number

Subwiki's user ID. Used if subwiki does not exists.

wikiid?: null | number

Page's wiki ID. Used if subwiki does not exists.

Generated using TypeDoc