ActionInfo interface
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
action |
Id of the action. Maps to the action id supplied inside the manifest |
action |
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>[]