update in api docs

This commit is contained in:
Thomas 2024-05-18 01:45:43 +07:00
parent f8c766fb8a
commit 3a27c28df8

View file

@ -79,7 +79,7 @@ use 'move' instead)
`insert(type?: string, data?: BlockToolData, config?: ToolConfig, index?: number, needToFocus?: boolean)` - insert new Block with passed parameters
`update(id: string, data: BlockToolData, tunes: object|null)` - updates block data and block tunes for the block with passed id
`update(id: string, data: BlockToolData, tunes?: {[name: string]: BlockTuneData})` - updates block data and block tunes for the block with passed id
#### SanitizerAPI