-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLabelEmbeddedChannelName.js
156 lines (117 loc) · 2.09 KB
/
LabelEmbeddedChannelName.js
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Role(){
TextRole.Default
} // End of Role
Text(){
First(Filter(MicrosoftTeams.GetChannelsForGroup(_groupId).value, id = _channelId)).displayName
} // End of Text
Live(){
Live.Off
} // End of Live
Size(){
13
} // End of Size
FocusedBorderThickness(){
0
} // End of FocusedBorderThickness
BorderThickness(){
0
} // End of BorderThickness
LineHeight(){
1.2
} // End of LineHeight
ZIndex(){
AutoValue
} // End of ZIndex
DisplayMode(){
DisplayMode.Edit
} // End of DisplayMode
PaddingLeft(){
5
} // End of PaddingLeft
PaddingBottom(){
5
} // End of PaddingBottom
Height(){
40
} // End of Height
Width(){
150
} // End of Width
PaddingRight(){
5
} // End of PaddingRight
PaddingTop(){
5
} // End of PaddingTop
Y(){
232
} // End of Y
Strikethrough(){
false
} // End of Strikethrough
X(){
992
} // End of X
VerticalAlign(){
VerticalAlign.Middle
} // End of VerticalAlign
Underline(){
false
} // End of Underline
Italic(){
false
} // End of Italic
Align(){
Align.Left
} // End of Align
FontWeight(){
FontWeight.Normal
} // End of FontWeight
Font(){
Font.'Open Sans'
} // End of Font
DisabledFill(){
RGBA(0, 0, 0, 0)
} // End of DisabledFill
Fill(){
RGBA(0, 0, 0, 0)
} // End of Fill
BorderStyle(){
BorderStyle.Solid
} // End of BorderStyle
DisabledBorderColor(){
RGBA(56, 56, 56, 1)
} // End of DisabledBorderColor
BorderColor(){
RGBA(0, 18, 107, 1)
} // End of BorderColor
DisabledColor(){
RGBA(166, 166, 166, 1)
} // End of DisabledColor
Color(){
RGBA(0, 0, 0, 1)
} // End of Color
Overflow(){
Overflow.Hidden
} // End of Overflow
HoverFill(){
LabelEmbeddedChannelName.Fill
} // End of HoverFill
PressedFill(){
LabelEmbeddedChannelName.Fill
} // End of PressedFill
FocusedBorderColor(){
LabelEmbeddedChannelName.BorderColor
} // End of FocusedBorderColor
HoverBorderColor(){
LabelEmbeddedChannelName.BorderColor
} // End of HoverBorderColor
PressedBorderColor(){
LabelEmbeddedChannelName.BorderColor
} // End of PressedBorderColor
HoverColor(){
LabelEmbeddedChannelName.Color
} // End of HoverColor
PressedColor(){
LabelEmbeddedChannelName.Color
} // End of PressedColor