Interface DocumentColorOptions

interface DocumentColorOptions {
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

workDoneProgress?: boolean