HighlightType class

The bucket to which the moment in the video capture belongs

Signature:

export declare abstract class HighlightType 

Properties

PropertyModifiersTypeDescription
Achievement

static

readonly

(not declared)The user has achieved something remarkable in the module
Funny

static

readonly

(not declared)Something amusing occurred in the module or the user had a funny reaction
Tragic

static

readonly

(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;