native_action.km 150 B

123456789
  1. type Action
  2. protected
  3. Object;
  4. export function activated:
  5. &(Action) => Source[unit]
  6. &(action) => { Signal (action, 'triggered()') };