Interface TailProperties

interface TailProperties {
    height: number;
    width: number;
    x: number;
    y: number;
}

Properties

Properties

height: number

Height of the log window content area

width: number

Width of the log window content area

x: number

X-coordinate of the log window

y: number

Y-coordinate of the log window