Now that Kirigami.Action is a Controls.Action, we can be more explicit
about using the Action type where we store it as a property. This adds a
bit of type safety and additionally allows binding of the action's
properties in more cases.
Details
Details
- Reviewers
apol - Group Reviewers
Kirigami - Commits
- R169:2b7683fe9db9: Be more explicit about action property types
Run kirigami2gallery, see that things that use actions still work correctly.
Diff Detail
Diff Detail
- Repository
- R169 Kirigami
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.