getCustomCSSConstructor
Unofficial
Get the CustomCSS constructor.
Import:
import { getCustomCSSConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getCustomCSSConstructor(app: App): ConstructorBase<[app: App], CustomCSS>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[app: App], CustomCSS> — The CustomCSS constructor.
Links to this page: