Skip to content

InteropAPI.RegisterEvent feature #61

Description

@Flowaria

InteropAPI feature suggestion:

  • InteropAPI.RegisterEvent(string eventName)
  • InteropAPI.InvokeEvent(string eventName, params object[] args)
  • InteropAPI.OnEvents["EventName"] += (object[] args) => {};
    • or InteropAPI.Add/RemoveEventListener(string eventName, Action<object[]> args)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions