Are you an LLM? You can read better optimized documentation at /reference/@cssdoc/embedded/interfaces/EmbeddedOptions.md for this page in Markdown format
Interface: EmbeddedOptions
Defined in: packages/embedded/src/index.ts:25
Options for the extraction/projection. Extra ParseOptions/LintOptions fields pass through.
Properties
filename?
ts
optional filename?: string;Defined in: packages/embedded/src/index.ts:29
The source's filename, used by host: "auto" to choose a scanner.
host?
ts
optional host?: "auto" | EmbeddedHost;Defined in: packages/embedded/src/index.ts:27
Which host scanner to run. "auto" (default) picks by EmbeddedOptions.filename, else runs all.
tags?
ts
optional tags?: readonly string[];Defined in: packages/embedded/src/index.ts:31
JS tag identifiers that introduce a CSS template. Defaults to the common CSS-in-JS set.