interface IGrabLinks {
    blink: boolean;
    color?: string | IRangeColor;
    consent: boolean;
    opacity: number;
}

Implemented by

Properties

blink: boolean
color?: string | IRangeColor
consent: boolean
opacity: number