Skip to main content

Type Alias: isBlockOptions

isBlockOptions = object

Defined in: packages/core/src/dom/index.ts:238

Properties

className?

optional className: string | string[]

Defined in: packages/core/src/dom/index.ts:250

A single or array of classNames to check for

If an array of class names is passed, the block will be considered valid if all of the class names are found


tagName?

optional tagName: string

Defined in: packages/core/src/dom/index.ts:242

The tagName to check for