UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
form
/
src
/
widgets
/
text
/
schema.ts
9 lines
(7 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
SFUISchemaItem
}
from
'../../schema/ui'
;
export
interface
SFTextWidgetSchema
extends
SFUISchemaItem
{
/** * 当值不存在时所指定的文本,默认:`-` */
defaultText
?:
string
; }