@wdprlib/parser
    Preparing search index...

    Interface ProcessWikitextCallbackContext<TPage>

    interface ProcessWikitextCallbackContext<TPage extends WikitextPageContext> {
        page: TPage;
        settings: WikitextSettings;
    }

    Type Parameters

    • TPage extends WikitextPageContext
    Index

    Properties

    Properties

    page: TPage