When this API operates on the current page, call
getPageDisplaySize first to get the current page display size. Do not call PluginFileAPI.getPageSize to get the file page size, otherwise the position data may not match.elements you pass in typically come from createElement or existing elements read from elsewhere; uuid stays the same before and after insertion. This API requires those elements to still be present in the native cache — elements that can’t be found in the cache are silently skipped instead of causing a separate error. See Element Caching and Release for details.
Parameters
Returns
APIResponse<boolean>:result === trueindicates the insertion succeeded
- Throws a parameter validation error when
elementsis not a valid element array - Throws a parameter validation error when
pageis not an integer greater than or equal to0 - Throws a parameter validation error when
layeris provided but is not an integer in the range0-3