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.
The ExecutionTag type has these properties:
The ExecutionTag type is related to these types:
The ExecutionTag type is represented in:
This documentation was generated from ExecutionTag.yaml by docs_types.rs.