Lines Matching refs:value
111 set margin_icon(value: string) {
112 this.litIcon?.setAttribute('margin_icon', value);
115 set opacity(value: string) {
116 this.litIcon?.setAttribute('opacity', value);
195 attributeChangedCallback(name: string, oldValue: string, value: string) {
198 this.slotHtml!.innerText = value;
201 this.button!.style.backgroundColor = value;
204 this.litIcon?.setAttribute('name', value);
205 if (value) {
210 this.button!.style.height = value;
213 this.button!.style.color = value;
216 this.button!.style.fontSize = value;
219 this.button!.style.border = value;
222 this.button!.style.padding = value;
225 this.button!.style.justifyContent = value;
228 this.button!.style.borderRadius = value;
231 this.litIcon!.style.margin = value;
234 this.button!.style.opacity = value;