toShortSketches()
function toShortSketches(input): object[];
Returns an array of shorthand sketches (id + name) given a Sketch or SketchCollection. Includes a shorthand of parent collection also
Parameters
| Parameter | Type |
|---|---|
input | NullSketch | Sketch<SketchGeometryTypes> | NullSketchCollection | SketchCollection<SketchGeometryTypes> |
Returns
object[]