Skip to main content

InsertContentAtOptions

@blockslides/core


@blockslides/core / InsertContentAtOptions

Interface: InsertContentAtOptions

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:8

Properties

parseOptions?

optional parseOptions: ParseOptions

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:12

Options for parsing the content.


updateSelection?

optional updateSelection: boolean

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:17

Whether to update the selection after inserting the content.


applyInputRules?

optional applyInputRules: boolean

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:22

Whether to apply input rules after inserting the content.


applyPasteRules?

optional applyPasteRules: boolean

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:27

Whether to apply paste rules after inserting the content.


errorOnInvalidContent?

optional errorOnInvalidContent: boolean

Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:32

Whether to throw an error if the content is invalid.