Skip to content

getCustomCSSConstructor

Unofficial

Get the CustomCSS constructor.

Import:

import { getCustomCSSConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getCustomCSSConstructor(app: App): ConstructorBase<[app: App], CustomCSS>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[app: App], CustomCSS> — The CustomCSS constructor.


Links to this page: