Class: Macro

Macro(optionsopt)

new Macro(optionsopt)

Marcoオブジェクト このオブジェクトはマクロ自体ではなく、実行されたタグを記録します。 たとえば「マクロはどこで定義された」のは記録しないが、 endmacroはどこに戻るべきなのか、と、マクロ属性を保存します
Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Description
definition MacroDefinition
returnTag Tag.Restorable
args Object.<string, ?>

Methods

displayName() → {string}

Get the name of the macro tag
Returns:
Type
string