NodeKey.isGroupingNodeKey Function

Checks if the supplied key is a grouping node key

isGroupingNodeKey(key: NodeKey): key is GroupingNodeKey

Parameter Type Description
key NodeKey  

Returns - key is GroupingNodeKey

Checks if the supplied key is a grouping node key. @deprecated in 3.x. Use an override for NodeKey.

isGroupingNodeKey(key: NodeKeyJSON): key is GroupingNodeKeyJSON

Parameter Type Description
key NodeKeyJSON  

Returns - key is GroupingNodeKeyJSON

Defined in

Last Updated: 30 November, 2023