Skip to content
On this page

Interface: FieldStatus

Hierarchy

Properties

disabled

disabled: boolean

表单项是否禁用. 设置为 true 时, 表单项控件不可编辑.

Defined in

dist/src/components/n-form/form-types.d.ts:142


readOnly

readOnly: boolean

表单项是否只读. 设置为 true 时, 将仅展示表单项的值不会渲染控件.

Defined in

dist/src/components/n-form/form-types.d.ts:146