Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Types with Built-in interfaces should have interfaces accessible as members #1038

Closed
markwpearce opened this issue Jan 29, 2024 · 1 comment
Milestone

Comments

@markwpearce
Copy link
Collaborator

markwpearce commented Jan 29, 2024

In code, you can access the interfaces of objects with built-in interfaces with dot-notation:

eg:

myAA = {myKey: "value"}
print myAA.ifAssociativeArray.keys()[0] ' prints "myKey"

So for roSGNode, it should have members:

ifAssociativeArray as ifAssociativeArray
ifSGNodeChildren as ifSGNodeChildren
ifSGNodeField as ifSGNodeField
ifSGNodeDict as ifSGNodeDict
ifSGNodeFocus as ifSGNodeFocus
ifSGNodeBoundingRect as ifSGNodeBoundingRect
ifSGNodeHttpAgentAccess as ifSGNodeHttpAgentAccess

and so on...

@markwpearce
Copy link
Collaborator Author

closed with #1039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant