R
fn

removeBlock

tested

Delete a specific block by id (used by atom-block UIs).

Signature

ts
export function removeBlock(blockId: string): Command{ ... }

Parameters

ParameterTypeDescription
blockIdstring

Returns

Command