We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to find type for the context object pass as argument when context event emit.
type
context
argument
context event
https://bootstrap-vue.org/docs/components/calendar#context-event
But can not find related one. It would be great to have as it helps to get IntelliSense for the properties it exposes when working with typescript.
The text was updated successfully, but these errors were encountered:
<b-calendar>
<b-time>
feat(types): create declarations for <b-calendar> and <b-time> co…
8f3ca30
…ntext event objects (closes #5366) (#5374) * feat(types): create declarations for `<b-calendar>` and `<b-time>` context event objects * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts
Successfully merging a pull request may close this issue.
I was trying to find
type
for thecontext
object pass asargument
whencontext event
emit.https://bootstrap-vue.org/docs/components/calendar#context-event
But can not find related one. It would be great to have as it helps to get IntelliSense for the properties it exposes when working with typescript.
The text was updated successfully, but these errors were encountered: