interface Comment {
    featureType: "comment";
    geometry: CommentGeometry;
    hidden?: boolean;
    id: WazeFeatureId;
    isDeleted?: boolean;
    isSelected?: boolean;
    isUnchanged?: boolean;
    oldId?: null | WazeFeatureId;
}

Hierarchy (View Summary)

Properties

featureType: "comment"
geometry: CommentGeometry
hidden?: boolean
isDeleted?: boolean
isSelected?: boolean
isUnchanged?: boolean
oldId?: null | WazeFeatureId