refresh_tree_node

refresh_tree_node function has 1 variant:

Declaration

void refresh_tree_node(char blockAndTreeName, char node_id_to_be_refreshed);

Description

  1. Reloads child nodes of the node with node_id_to_be_refreshed (does not reload itself). If you want to reload and draw the node node_id_to_be_refreshed, call this function with the parent id of the node_id_to_be_refreshed.

For detail on json data format: https://www.jstree.com/docs/json/

Parameters

char blockAndTreeName

char node_id_to_be_refreshed

Return Value

Example

Last updated