Interface DrawingsDocument

What toJSON returns and ChartState.drawings carries. Versioned so a 1.9.x save (a bare Drawing[]) is recognisable and upgraded rather than misread.

interface DrawingsDocument {
    drawings: Drawing[];
    version: 2;
}

Properties

Properties

drawings: Drawing[]
version: 2