Skip to content

setCssProps

Import:

import 'obsidian-test-mocks/setup';

Signature:

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

Parameters:

ParameterTypeDescription
thisSVGElement
propsRecord<string, string>

Returns: void