Type Alias: isBlockOptions
isBlockOptions =
object
Defined in: packages/core/src/dom/index.ts:238
Properties
className?
optionalclassName: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?
optionaltagName:string
Defined in: packages/core/src/dom/index.ts:242
The tagName to check for