Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibPDF-js/core
/ getWidgets
Method
getWidgets
src/document/forms/fields/base.ts:245–247 ·
view source on GitHub ↗
* Non-terminal fields don't have widgets. * @returns Empty array
()
Source
from the content-addressed store, hash-verified
243
* @returns Empty array
244
*/
245
getWidgets(): WidgetAnnotation[] {
246
return
[];
247
}
248
249
/**
250
* Get child fields of this non-terminal field.
Callers
14
form-integration.test.ts
File · 0.80
flatten
Method · 0.80
collectWidgetsByPage
Method · 0.80
acro-form.test.ts
File · 0.80
loadTaggedForm
Function · 0.80
updateFieldAppearance
Method · 0.80
updateAppearances
Method · 0.80
getOnValues
Method · 0.80
setValue
Method · 0.80
getOptions
Method · 0.80
setValue
Method · 0.80
issue-55-indirect-refs-comprehensive.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
loadTaggedForm
Function · 0.64