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

Parser: add actions and individualActions to collections #208

Open
minenwerfer opened this issue Dec 2, 2024 · 0 comments
Open

Parser: add actions and individualActions to collections #208

minenwerfer opened this issue Dec 2, 2024 · 0 comments
Assignees
Milestone

Comments

@minenwerfer
Copy link
Contributor

minenwerfer commented Dec 2, 2024

collection Person {
  individualActions {
    // CollectionActionRoute
    view {
      route "/dashboard/person/[id]"
      setItem true
      fetchItem true
      clearItem true
    }
    // CollectionActionFunction
    addPerson {
      function "add"
      selection true
      effect "INSERT_ITEM"
    }
    // CollectionActionEvent (@ui-event)
    openPanel {
      event "openPanel"
    }
  }
}
@minenwerfer minenwerfer added this to the Compiler milestone Dec 2, 2024
@minenwerfer minenwerfer changed the title Parser: add missing collection specs (table, form, tableLayout,formLayout, etc) Parser: add actions and individualActions to collections Dec 2, 2024
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

2 participants