-
Notifications
You must be signed in to change notification settings - Fork 7
/
Alert.json
96 lines (96 loc) · 2.41 KB
/
Alert.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"version": 3,
"name": "Alert",
"data": [
{
"visibility": "private",
"description": null,
"keywords": [],
"name": "createEventDispatcher",
"kind": "const",
"static": false,
"readonly": true,
"type": {
"kind": "type",
"text": "any",
"type": "any"
},
"importPath": "svelte",
"originalName": "createEventDispatcher"
},
{
"visibility": "private",
"description": null,
"keywords": [],
"name": "dispatch",
"kind": "const",
"static": false,
"readonly": true,
"type": {
"kind": "type",
"text": "any",
"type": "any"
}
},
{
"visibility": "private",
"description": null,
"keywords": [],
"name": "EVENT",
"kind": "const",
"static": false,
"readonly": true,
"type": {
"kind": "type",
"text": "any",
"type": "any"
}
},
{
"visibility": "public",
"description": null,
"keywords": [],
"name": "closable",
"kind": "let",
"static": false,
"readonly": false,
"type": {
"kind": "type",
"text": "boolean",
"type": "boolean"
},
"defaultValue": false
}
],
"computed": [],
"methods": [],
"components": [],
"description": "Simple box with constrast styling to notify users.",
"keywords": [
{
"name": "component",
"description": ""
},
{
"name": "example",
"description": "<Alert closable={true} on:close={() => ...}>\nUser-defined content\n</Alert>"
}
],
"events": [
{
"visibility": "public",
"description": null,
"keywords": [],
"name": "close"
}
],
"slots": [
{
"keywords": [],
"visibility": "public",
"description": "The internal content of the alert block.",
"name": "default"
}
],
"refs": []
}