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

Method getFieldNames

src/api/pdf-form.ts:303–305  ·  view source on GitHub ↗

* Get the names of all fields.

()

Source from the content-addressed store, hash-verified

301 * Get the names of all fields.
302 */
303 getFieldNames(): string[] {
304 return [...this.fieldsByName.keys()];
305 }
306
307 /**
308 * Get a field by name (untyped).

Callers 5

pdf-form.test.tsFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected