Interface IReviewConfig

interface IReviewConfig {
    allowSelectUserGroups?: boolean;
    annotationMasters?: string[];
    appendComments?: boolean;
    autoshowContext?: boolean;
    canBeModified?: boolean;
    canBeModifiedBy?: string[];
    cellAskEdit?: string;
    createDoc?: ICreateDoc;
    doneLabel?: IReviewStatusUpdate;
    hide_UI?: boolean;
    lockLabel?: ILockAction;
    mailTo?: IMailAction;
    readonly?: boolean;
    showAnnotations?: boolean;
    showComments?: boolean;
    showHistory?: boolean;
    showHistoryOutOfDate?: boolean;
    showHistoryOutOfDateBeforeDone?: boolean;
    showInline?: boolean;
    showVersions?: boolean;
    statusDropdown?: string;
    tasks?: IReviewConfigTask;
}

Properties

allowSelectUserGroups?: boolean
annotationMasters?: string[]
appendComments?: boolean
autoshowContext?: boolean
canBeModified?: boolean
canBeModifiedBy?: string[]
cellAskEdit?: string
createDoc?: ICreateDoc
doneLabel?: IReviewStatusUpdate
hide_UI?: boolean
lockLabel?: ILockAction
mailTo?: IMailAction
readonly?: boolean
showAnnotations?: boolean
showComments?: boolean
showHistory?: boolean
showHistoryOutOfDate?: boolean

shows items as out of date if current revision is newer than the one in the review

showHistoryOutOfDateBeforeDone?: boolean

like showHistoryOutOfDate but it only shows items as out of date if review is not yet completed

showInline?: boolean
showVersions?: boolean
statusDropdown?: string
tasks?: IReviewConfigTask

Generated using TypeDoc