We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4297c2a commit 36173b8Copy full SHA for 36173b8
packages/taro-components/types/RichText.d.ts
@@ -18,7 +18,7 @@ interface RichTextProps extends StandardProps {
18
* @default false(基础库 3.150.1 以前版本)true(基础库 3.150.1 及以后版本)
19
* @supported swan, h5, harmony_hybrid
20
*/
21
- selectable?: string
+ selectable?: boolean;
22
/** 阻止长按图片时弹起默认菜单(将该属性设置为image-menu-prevent或image-menu-prevent="true"),只在初始化时有效,不能动态变更;若不想阻止弹起默认菜单,则不需要设置此属性
23
* @default false
24
* @supported swan
0 commit comments