ElectronInsertCSSOptions
Unofficial
Options for inserting CSS into a web page.
Import:
import type { ElectronInsertCSSOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronInsertCSSOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| cssOrigin? | string | Sets the cascade origin of the inserted stylesheet. Can be either user or author. |