interface AnnotationOptions {
    annotationTime?: DateTime;
    message?: UAString;
    userName?: UAString;
}

Properties

annotationTime?: DateTime
message?: UAString
userName?: UAString