Property Name
Name
Any instance of a TreeNode can have a user-provided name. This identifier is meant to be human-readable and it doesn't need to be unique.
Declaration
[AuraProperty(new string[] { })]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |