fn

isTextBlockType

tested

Whether a block type holds inline (text) content.

Signature

ts
export function isTextBlockType(state: WritekitState, type: string): boolean{ ... }

Parameters

ParameterTypeDescription
stateWritekitState
typestring

Returns

boolean