Interface IImposer

interface IImposer {
    color?(row, valueHint?): string;
}

Methods

Methods