-
Notifications
You must be signed in to change notification settings - Fork 2
Update readme for plugin style #30
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
Conversation
| #### triggerActionCallback(); | ||
| Arguments | ||
| - `configId : string` - The config ID corresponding to the action trigger | ||
| The function that can be called to asynchronously trigger the action | ||
| ```ts | ||
| function triggerActionCallback(configId: string): void; | ||
| ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaning this up too -- leftover code that isn’t used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
peternandersson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
| #### triggerActionCallback(); | ||
| Arguments | ||
| - `configId : string` - The config ID corresponding to the action trigger | ||
| The function that can be called to asynchronously trigger the action | ||
| ```ts | ||
| function triggerActionCallback(configId: string): void; | ||
| ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
No description provided.