Current package revision

Revision date: 2026-03-17

Revision timestamp: 2026-03-17 14:15:00

Status: Active document in the current doc_updates package.

Note: This document was added or substantially expanded during the final full integration pass.

MyAnythingList Canonical English Docs
Freshness: 2026-03-17 final full integration pass • Standard navigation header/footer • Explicitly expanded for future humans and future AIs.

Scripting Interface

scripting-interface_en.html

This document expands the scripting model into a deterministic interface description suitable for future automation, CLI design, and AI-driven integration.

Model

The interface follows a command → state → composition → render → output flow. Commands mutate or query documented state. Rendering then derives from the same canonical composition model used by the user interface.

COMMAND → STATE → COMPOSITION MODEL → RENDER → OUTPUT

Execution guarantees

Argument design rules

Example end-to-end flow

setDocument({ text: "https://define.com/_MyAnythingList.txt" })
setThumbnail({ mode: "url-art", source: null, fitMode: "contain" })
setQr({ enabled: true, content: "https://8k.art/?myanythinglist=https://define.com/_MyAnythingList.txt", layerPolicy: "dedicated" })
render({ target: "export", resolution: { width: 8192, height: 4320 }, language: "en" })
exportImage({ format: "png", qualityMode: "master", requireQrParity: true })