searches the current version of every section · esc to close

27.11 Artifact Attribute

#todo

Attribute are optional descriptive value for UI displacement

interface ArtifactAttachments {
	attribute: ArtifactAttribute[],
	// ...
}
type ArtifactAttribute = { attribute: string; value: string };

Revision history

  1. v0.1.52This updates a list of to-do documents and outlines the shape of the standard. Some important type shapes have been defined on the to-do documents as proposed types. All the to-do documents are marked with the tag #todo.view