@univerjs/docs-ui v0.4.2 • Docs
Interface: IPastePlugin
Properties
Property | Type | Defined in |
---|---|---|
afterProcessRules | IAfterProcessRule [] | packages/docs-ui/src/services/clipboard/html-to-udm/paste-plugins/type.ts:33 (opens in a new tab) |
name | string | packages/docs-ui/src/services/clipboard/html-to-udm/paste-plugins/type.ts:30 (opens in a new tab) |
stylesRules | IStyleRule [] | packages/docs-ui/src/services/clipboard/html-to-udm/paste-plugins/type.ts:32 (opens in a new tab) |
Methods
checkPasteType()
checkPasteType(html): boolean
Parameters
Parameter | Type |
---|---|
html | string |
Returns
boolean
Defined in
packages/docs-ui/src/services/clipboard/html-to-udm/paste-plugins/type.ts:31 (opens in a new tab)