MCPcopy 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

flattenMethod · 0.80
collectWidgetsByPageMethod · 0.80
acro-form.test.tsFile · 0.80
loadTaggedFormFunction · 0.80
updateFieldAppearanceMethod · 0.80
updateAppearancesMethod · 0.80
getOnValuesMethod · 0.80
setValueMethod · 0.80
getOptionsMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by 1

loadTaggedFormFunction · 0.64