objectId property

int? objectId
final

The path or vertices object index in VectorInstructions.paths or VectorInstructions.vertices.

A value of null indicates that there is no object associated with this command.

Use type to determine which type of object this is.

Implementation

final int? objectId;