insertImageCommand top-level constant

LexicalCommand<ImageAttributes> const insertImageCommand

Inserts an image at the selection.

Implementation

const LexicalCommand<ImageAttributes> insertImageCommand = LexicalCommand(
  'INSERT_IMAGE',
);