Interface PagesParseWikiParams

interface PagesParseWikiParams {
    group_id?: number;
    text: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: number

ID of the group in the context of which this markup is interpreted.

text: string

Text of the wiki page.

Generated using TypeDoc