Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ActionInfo interface
- Package:
- @microsoft/teams-js
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Information about an Action.
Remarks
This contains Id of the action, and the information about the object that triggered the action.
Properties
| actionId | Id of the action. Maps to the action id supplied inside the manifest |
| actionObjects | Array of corresponding action objects |
Property Details
actionId
Id of the action. Maps to the action id supplied inside the manifest
actionId: string
Property Value
string
actionObjects
Array of corresponding action objects
actionObjects: BaseActionObject<M365Content>[]
Property Value
Feedback
Was this page helpful?
