fn
isAtomBlock
Whether a block spec is an atom/void block.
Signature
ts
export function isAtomBlock(spec: NodeSpec): boolean{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
spec | NodeSpec | — |
Returns
booleanWhether a block spec is an atom/void block.
export function isAtomBlock(spec: NodeSpec): boolean{ ... }| Parameter | Type | Description |
|---|---|---|
spec | NodeSpec | — |
boolean