Skip to content

hasClass

Import:

import 'obsidian-test-mocks/setup';

Signature:

function hasClass(this: Element, cls: string): boolean

Parameters:

ParameterTypeDescription
thisElement
clsstring

Returns: boolean