Drawables

interface Drawables {
    annotations: Annotations;
    face: DfxFace;
    percentCompleted: number;
    starRating: number;
}

Properties

annotations: Annotations
face: DfxFace
percentCompleted: number
starRating: number