UNPKG

584 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.editorProps = void 0;
4exports.editorProps = {
5 apiKey: String,
6 cloudChannel: String,
7 id: String,
8 init: Object,
9 initialValue: String,
10 inline: Boolean,
11 modelEvents: [String, Array],
12 plugins: [String, Array],
13 tagName: String,
14 toolbar: [String, Array],
15 modelValue: String,
16 disabled: Boolean,
17 tinymceScriptSrc: String,
18 outputFormat: {
19 type: String,
20 validator: function (prop) { return prop === 'html' || prop === 'text'; }
21 },
22};