AnnotationData interface
Annotation event data for PowerPoint Live presentations. Used to synchronize annotation events across meeting participants.
Properties
| event |
Optional. JSON string containing the specific annotation details such as coordinates, colors, stroke properties, etc. |
| event |
Required. Type of annotation event that occurred. |
| metadata | Optional. Additional metadata about the annotation event. |
| slideID | Required. Identifier of the slide where the annotation event occurred. |
| strokeID | Optional. Unique identifier for the specific stroke or annotation element. |
Property Details
eventJson
Optional. JSON string containing the specific annotation details such as coordinates, colors, stroke properties, etc.
eventJson?: string
Property Value
string
eventType
Required. Type of annotation event that occurred.
eventType: AnnotationEventType
Property Value
AnnotationEventType
metadata
Optional. Additional metadata about the annotation event.
metadata?: PptMetadata
Property Value
PptMetadata
slideID
Required. Identifier of the slide where the annotation event occurred.
slideID: string
Property Value
string
strokeID
Optional. Unique identifier for the specific stroke or annotation element.
strokeID?: string
Property Value
string