Lines Matching refs:icon
43 | options | [PasteButtonOptions](#pastebuttonoptions) | 是 | 创建包含指定元素的粘贴按钮。<br/>默认值:<br/>{<br/>icon:…
51 > - icon或text需至少传入一个。<br>
52 > - 如果icon、text都不传入,[PasteButton](#pastebutton-1)中的options参数不起效,创建的PasteButton为默认样式,默认样式:
59 > - icon、text、buttonType不支持动态修改。
67 | icon | [PasteIconStyle](#pasteiconstyle枚举说明) | 否 | 设置粘贴按钮的图标风格。<br/>不传入该参数表示没有图标。 |
142 PasteButton({icon:PasteIconStyle.LINES})
144 PasteButton({icon:PasteIconStyle.LINES, buttonType:ButtonType.Capsule})
147 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
149 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
153 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
157 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…