Key Namespace
Function
Name | Description |
---|---|
Key.isEntityProps | Check if the supplied key is an EntityProps |
Key.isInstanceKey | Check if the supplied key is an InstanceKey |
Key.isNodeKey | Check if the supplied key is a NodeKey |
Defined in
Key Type
Key = Readonly<NodeKey> | Readonly<InstanceKey> | Readonly<EntityProps>
A single key that identifies something in an iTwin.js application
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.