Skip to content

setCssProps

Import:

import 'obsidian-test-mocks/setup';

Signature:

function setCssProps(this: HTMLElement, props: Record<string, string>): void

Parameters:

ParameterTypeDescription
thisHTMLElement
propsRecord<string, string>

Returns: void