Namespace: PP.TS;
MetaAttrBrCrOptionParser
The MetaAttrBrCrOptionParser class parses XML string that contains breadcrumb settings obtained from service.
PP.initClass(PP.TS.MetaAttrBrCrOptionParser, PP.Object, "MetaAttrBrCrOptionParser");
Constructor name | Brief description | |
MetaAttrBrCrOptionParser | The MetaAttrBrCrOptionParser constructor creates an instance of the MetaAttrBrCrOptionParser class. |
Property name | Brief description | |
Items | The Items property sets breadcrumb items as an array of JSON objects. | |
XML | The XML property sets XML string. |
Property name | Brief description | |
Data | The Data property associates a random object with this component. | |
Id | The Id property sets component identifier. | |
Settings | The Settings property sets the component parameters. |
Method name | Brief description | |
clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
dispose | The dispose method deletes the component. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: