Readonly
pluginThe name of the tag to match.
Optional
callback: ReflectionCommentReplacer.ReplaceCallback<MatchBlock>An optional callback to execute on found tags.
Optional
priority: numberThe priority to run the callback if provided.
Register an inline tag ({@tag ...}
) and execute an optional function on found instances.
The name of the tag to match.
Optional
callback: ReflectionCommentReplacer.ReplaceCallback<MatchBlockComment | MatchSummary>An optional callback to execute on found tags.
Optional
priority: numberThe priority to run the callback if provided.
Generated using TypeDoc
Register a block tag (
\n@tag ...\n
) and execute an optional function on found instances.