UNPKG
wx-gc-behavior
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Behaviors
wx-gc-behavior
/
src
/
component
/
properties.js
26 lines
•
407 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module.exports
=
{
data:
{
type:
Object
,
value:
{} },
lists:
{
type:
Array
,
value:
[] },
type:
{
type:
String
,
value:
''
},
key:
{
type:
String
,
value:
''
},
text:
{
type:
String
,
value:
''
},
testText:
{
type:
String
,
value:
'testText'
} }