Call Tag
Tag API
Invokes a registered ElvUI tag method directly.
NamespaceEModuleTagsLifecyclestable
E:CallTag(tag, ...)Invokes a registered ElvUI tag method directly.
Parameters
Section titled “Parameters”- tag: Registered tag token.
- …: Arguments passed to the tag function.
Returns
Section titled “Returns”Return value from the tag function, or nil when not registered.
Example
Section titled “Example”local preview = E:CallTag("name:short", "target")Useful for addon previews or configuration UIs that need sample tag output.
Source: ElvUI/Game/Shared/Tags/API.lua:119