UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
widgets
/
text
/
schema.d.ts
8 lines
(7 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
SFUISchemaItem
}
from
'../../schema/ui'
;
export
interface
SFTextWidgetSchema
extends
SFUISchemaItem
{
/** * 当值不存在时所指定的文本,默认:`-` */
defaultText
?:
string
; }