EvLineAttributes Interface
The EvLineAttributes TS interface defines a blueprint of a JS object that specifies the endpoints of a line item.
Properties
An EvLineAttributes object has the following properties:
Examples
{
end: [56, 40],
start: [32, 16]
}
04 April 2025