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

Method getTerminalFields

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

* Get all terminal fields as an array.

()

Source from the content-addressed store, hash-verified

217 * Get all terminal fields as an array.
218 */
219 getTerminalFields(): TerminalField[] {
220 return this.fields.filter(f => f instanceof TerminalField);
221 }
222
223 /**
224 * Find a field by fully-qualified name.

Callers 1

field-tree.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected