searches the current version of every section · esc to close

27.07 Artifact UI

#todo

interface ArtifactAttachments {
	uiComponent: UIComponentAttachment[], // OPTIONAL
	// ...
}
export interface UIComponentAttachment {
    slot: string; // REQUIRED
    card: UIComponentCard | null; //REQUIRED
}
interface UIComponentCard {
    js?: string; // OPTIONAL
    html?: string; // OPTIONAL
    system?: string; // OPTIONAL 
    // ...
}

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