Skip to main content
Version: v1

BlockUpdateActions Interface

Signature

export interface BlockUpdateActions

Properties

Property Type Description
child (block: IMergeBlock, index: number) => void

Property Details

child

Signature

child: (block: IMergeBlock, index: number) => void;

Type: (block: IMergeBlock, index: number) => void