This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 680aa6e Update IMenuDataDescriptor.as added dataDescriptor function
680aa6e is described below
commit 680aa6ec598b6f87931185b194030f3510cddd9d
Author: pashminakazi <[email protected]>
AuthorDate: Tue Dec 1 12:48:32 2020 +0500
Update IMenuDataDescriptor.as added dataDescriptor function
---
.../src/main/royale/mx/controls/menuClasses/IMenuDataDescriptor.as | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/IMenuDataDescriptor.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/IMenuDataDescriptor.as
index 762e058..4028506 100644
---
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/IMenuDataDescriptor.as
+++
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/IMenuDataDescriptor.as
@@ -164,6 +164,9 @@ public interface IMenuDataDescriptor
* @productversion Flex 3
*/
function getGroupName(node:Object):String;
+
+ /* public */ function get dataDescriptor():IMenuDataDescriptor
+ /* public */ function set dataDescriptor(value:IMenuDataDescriptor):void
}
}