HighlightType class
The bucket to which the moment in the video capture belongs
Signature:
export declare abstract class HighlightType
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Achievement |
| (not declared) | The user has achieved something remarkable in the module |
Funny |
| (not declared) | Something amusing occurred in the module or the user had a funny reaction |
Tragic |
| (not declared) | Something disappointing occurred in the module or the user had a sad reaction |
HighlightType.Achievement property
The user has achieved something remarkable in the module
Signature:
static readonly Achievement = 0;
HighlightType.Funny property
Something amusing occurred in the module or the user had a funny reaction
Signature:
static readonly Funny = 1;
HighlightType.Tragic property
Something disappointing occurred in the module or the user had a sad reaction
Signature:
static readonly Tragic = 2;
Updated 7 months ago