eo-markdown-editor
<eo-markdown-editor>
Alias:
<markdown.markdown-editor>
markdown 编辑器
Examples
Basic
Table
CodeBlock
Readonly
With Form
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | 字段名称 | string | ||
label | 标签文字 | string | ||
required | 是否必填 | boolean | ||
value | 初始值 | string | ||
bucketName | 对象存储桶名字,请在业务编排的时候与后台同学商量创建,一般一个业务需求对应一个存储桶名称。如不传则默认以base64格式转换图片 | string | ||
readonly | 只读模式 | boolean | ||
containerStyle | 外层容器样式 | React.CSSProperties |
Events
Name | Description | Event Detail |
---|---|---|
image.upload | 上传图片时触发的事件 | ImageInfo |
markdown.value.change | 编辑markdown触发的变化 事件 | string |
Type references
ImageInfo
Name | Type | Required | Description |
---|---|---|---|
name | string | ✅ | |
src | string | ✅ |