Skip to content

pantoken / tools/demo/src / ExampleSrcdocOptions

Interface: ExampleSrcdocOptions

Options pour buildExampleSrcdoc.

Propriétés

cssUrls

cssUrls: readonly string[]

Stylesheet URLs to load into the iframe's <head> (tokens, components, utilities, icons, …).


card?

optional card?: boolean

Placez html dans la surface partagée .instui-card (par défaut true).


dir?

optional dir?: "ltr" | "rtl"

Text direction for the isolated document's <html> (default "ltr") — a srcdoc never inherits it from the embedding page.