returns the userdata of a listed option
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
name | string | the name of userdata |
mixed | userdata of a listed option |
myToolbar.getListOptionUserData(parentId, optionId, name);
Back to top