Loading
methodsGets or sets the loading state of the Node. This flag indicates whether the node is currently in the process of loading its child items. Setting the loading flag is typically done internally during the load operation, but it can be accessed to check the current loading state.
Returns:Boolean
—The current loading state of the node when called without parameters. Returns true if the node is currently loading its children, false otherwise.