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 common to all actions

Properties

actionId

Maps to the action id supplied inside the manifest

actionObjects

Array of corresponding action objects

Property Details

actionId

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