UNPKG

@lxlib/form

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 214 B
import { SFUISchemaItem } from '../../schema/ui'; export interface SFTextWidgetSchema extends SFUISchemaItem { /** * 当值不存在时所指定的文本,默认:`-` */ defaultText?: string; }