Skip to main content

name

Static name 

Source
pub static name: LazyLock<Attribute<Handle<LongString>>>
Expand description

Long-form display name stored as a LongString handle.

Names are display-oriented and contextual: multiple usages of the same attribute may carry different names depending on the codebase or domain. Use attribute usage entities (tagged with KIND_ATTRIBUTE_USAGE) when you need to capture multiple names for the same attribute id.

For identity-determining strings (an IRI for RDF, an export symbol for WASM, …), use a dedicated attribute like iri instead. The id-derivation paths for dynamic attributes hash from those identity-determining attributes, not from name.