Interface ParseTagsConfig

The parsing config of Wikitext.parseTags.

Hierarchy

  • ParseTagsConfig

Properties

Properties

conditionPredicate?: ((tag) => boolean)

Type declaration

    • (tag): boolean
    • Only include <tag>s that match this predicate.

      Parameters

      Returns boolean

Generated using TypeDoc