Interface FocusWriting

Drawing data

interface FocusWriting {
    glType: FocusWriting;
    data: string;
    color: DrawingColor;
    size: number;
    timed: boolean;
}

Hierarchy (view full)

Properties

glType: FocusWriting

Type of contained data

data: string

Value for d attribute of path tag

Color as string

size: number

Stroke weight

timed: boolean

If true will be removed automatically after 5 seconds