XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/code-snippets/js/types
var
/
www
/
wordpress
/
wp-content
/
plugins
/
code-snippets
/
js
/
types
/
📁
..
📄
KeyboardShortcut.ts
(1.17 KB)
📄
ScreenNotice.ts
(57 B)
📄
SelectOption.ts
(379 B)
📄
Shortcodes.ts
(197 B)
📄
Snippet.ts
(932 B)
📄
Window.ts
(1.41 KB)
📄
WordPressCodeEditor.ts
(748 B)
📄
WordPressEditor.ts
(612 B)
📁
schema
Editing: WordPressEditor.ts
import type tinymce from 'tinymce' export interface VisualEditorSettings { tinymce: boolean | tinymce.Settings & { toolbar1?: string | string[] toolbar2?: string | string[] toolbar3?: string | string[] toolbar4?: string | string[] } quicktags: boolean | Record<string, string> mediaButtons: boolean } export interface WordPressEditor { initialize: (id: string, settings?: Partial<VisualEditorSettings>) => void remove: (id: string) => void getContent: (id: string) => string } export interface LocalisedEditor extends tinymce.Editor { getLang: (s: string) => string | Record<string, string> }
Upload File
Create Folder