insert MethodStatic
Deprecated in 4.0 - will not be removed until after 2026-06-13. Use makeChannelRoot. This method does not enforce the rule that channels may not nest and is therefore dangerous.
Insert a ChannelRootAspect on the specified element.
insert(iModel: IModelDb, ownerId: string, channelName: string): void
| Parameter | Type | Description |
|---|---|---|
| iModel | IModelDb | |
| ownerId | string | |
| channelName | string |
Returns - void
Defined in
- core/backend/src/ElementAspect.ts Line 135
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.