Home

Execution Tag

This is a type used in Stencila Schema for tags embedded in code that influence execution behavior.

It exists to preserve structured execution directives extracted from source code, rather than losing them as unparsed comments or format-specific metadata. This allows execution planning and interfaces to reason about tags consistently.

Key properties identify the tag name, value, and any positional or source-code metadata.

Properties

The ExecutionTag type has these properties:

NameDescriptionTypeInherited from
nameThe name of the tagString-
valueThe value of the tagString-
isGlobalWhether the tag is global to the documentBoolean-
idThe identifier for this item.StringEntity

Related

The ExecutionTag type is related to these types:

Bindings

The ExecutionTag type is represented in:


This documentation was generated from ExecutionTag.yaml by docs_types.rs.

© 2026 Stencila