For AI agents: a documentation index is available at /llms.txt
Skip to main content

AddStyleTagOptions

Properties

PropertyTypeDescription
content?stringThe raw CSS content of the stylesheet to add. One of "url" or "content" is required.
path?stringRead CSS from this local file before sending the mutation. Node.js only.
url?stringThe URL of the stylesheet to add. One of "url" or "content" is required.