MCPcopy Create free account
hub / github.com/apitable/apitable / required

Method required

packages/widget-sdk/src/model/field.ts:222–224  ·  view source on GitHub ↗

* Is the magic form required.

()

Source from the content-addressed store, hash-verified

220 * Is the magic form required.
221 */
222 get required(): boolean | null {
223 return this.fieldData.required || null;
224 }
225
226 /**
227 * Get the current view feature properties, such as whether the field is hidden in a view

Callers 15

FormulaFieldClass · 0.45
text_base_field.tsFile · 0.45
AutoNumberFieldClass · 0.45
CreatedTimeFieldClass · 0.45
workdoc_field.tsFile · 0.45
WorkDocFieldClass · 0.45
MemberFieldClass · 0.45
NumberFieldClass · 0.45
PercentFieldClass · 0.45
CurrencyFieldClass · 0.45
DateTimeFieldClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected