MCPcopy Create free account
hub / github.com/LibPDF-js/core / getAllFields

Method getAllFields

src/document/forms/field-tree.ts:212–214  ·  view source on GitHub ↗

* Get all fields as an array.

()

Source from the content-addressed store, hash-verified

210 * Get all fields as an array.
211 */
212 getAllFields(): FormField[] {
213 return [...this.fields];
214 }
215
216 /**
217 * Get all terminal fields as an array.

Callers 1

field-tree.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected