function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepika Gupta 26Deepika Gupta 26 

JSTreeNode Medhod

Could any one suggest how to get understanding of the JTreeNode methods like Salesforce - Unlimited Editionpublic JSTreeNodeState(Boolean opened, Boolean disabled, Boolean selected) {
      this.opened = opened;
      this.disabled = disabled;
      this.selected = selected;
    }
It is used in existing code and i want to know that what the acutual meaning of this Parameters.