interface MomentMarkerConfig {
    editable?: boolean;
    id?: string;
    style: MomentMarkerStyle;
    text?: string;
    timeObservation: MomentObservation;
}

Hierarchy

Properties

editable?: boolean
id?: string
text?: string
timeObservation: MomentObservation