Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected