@burnmark-io/designer-core / walkObjects
Function: walkObjects()
walkObjects(
objects):Generator<LabelObject>
Defined in: packages/core/src/objects.ts:93
Walk a document's objects recursively (descending into groups). Yields every object exactly once, including the group itself.
Parameters
objects
Returns
Generator<LabelObject>