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

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