InsertContentAtOptions
@blockslides/core / InsertContentAtOptions
Interface: InsertContentAtOptions
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:8
Properties
parseOptions?
optionalparseOptions:ParseOptions
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:12
Options for parsing the content.
updateSelection?
optionalupdateSelection:boolean
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:17
Whether to update the selection after inserting the content.
applyInputRules?
optionalapplyInputRules:boolean
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:22
Whether to apply input rules after inserting the content.
applyPasteRules?
optionalapplyPasteRules:boolean
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:27
Whether to apply paste rules after inserting the content.
errorOnInvalidContent?
optionalerrorOnInvalidContent:boolean
Defined in: blockslides/packages/core/src/commands/insertContentAt.ts:32
Whether to throw an error if the content is invalid.