Interface GetArgOptions

The option object passed to Template.getArg and Template.hasArg.

Hierarchy

  • GetArgOptions

Properties

Properties

conditionPredicate?: ((arg) => boolean)

Type declaration

    • (arg): boolean
    • Check whether the argument with the matched name meets this condition predicate.

      Parameters

      Returns boolean

Generated using TypeDoc