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

Story Actions API #29101

Open
Tracked by #29529 ...
ghengeveld opened this issue Sep 11, 2024 · 0 comments
Open
Tracked by #29529 ...

Story Actions API #29101

ghengeveld opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@ghengeveld
Copy link
Member

ghengeveld commented Sep 11, 2024

Revive #28739

Implement new Story Actions API:

experimental_updateActions(actionId, {
  'component--story-a': {
    id: 'run-component-tests',
    icon: PlayIcon,
    title: 'Run component tests',
    event: PROVIDER_ID + '_RUN'
  },
  'component--story-b': {
    id: 'run-component-tests',
    icon: PlayIcon,
    title: 'Run component tests',
    event: PROVIDER_ID + '_RUN'
  }
})
@JReinhold JReinhold changed the title Story dropdown menu (Story Actions API) Story Actions API Nov 5, 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

3 participants