Types
- Classes
- Interfaces
- DataVariant
- ITimeout
- DecoratorHandler
- Attributes
- Children
- ContentItem
- Content
- ISourcesFiles
- IFileBrowserItem
- MessageVariant
- PluginType
- PluginInstance
- PopupStrategy
- WindowSelection
- StorageValueType
- StyleValue
- IStyle
- IAttributes
- CommitMode
- Buttons
- ButtonGroup
- ButtonsGroups
- ButtonsOption
- RequireKeys
- IControlTypeStrongList
- ModType
- IDictionary
- Prettify
- CanPromise
- CanUndef
- CanArray
- Nullable
- ComponentStatus
- NodeCondition
- BooleanFunction
- ExecCommandCallback
- CustomCommand
- InsertMode
- ImageAction
- ImageHAlign
- HTMLTagNames
- Modes
- DeepPartial
- ButtonVariant
- IUIButtonStatePartial
- HandlerSuccess
- HandlerError
- BuildDataResult
- NodeFunction
- content
Classes
Interfaces
- IRequest
- IResponse
- IAjax
- AjaxOptions
- IAsyncParams
- RejectablePromise
- IAsync
- IContextMenuAction
- IContextMenu
- ICreate
- IDialogOptions
- IDialog
- IEventEmitterOnOptions
- IEventEmitter
- IObservable
- ISourceFile
- ISource
- IFileBrowserAnswer
- IFileBrowserProcessor
- IFileBrowserAjaxOptions
- IFileBrowserOptions
- IFileBrowserCallBackData
- IFileBrowserDataProviderItemsMods
- IFileBrowserDataProvider
- IFileBrowser
- IFileBrowserState
- IFileBrowserFolder
- IFileBrowserItemElement
- IUniqueHash
- IFileBrowserItemWrapper
- IFocusable
- ICommand
- IStack
- ISnapshot
- IHistory
- IWorkPlace
- IJodit
- IMessages
- IPluginButton
- PluginFunction
- IExtraPlugin
- IPluginSystem
- IPopup
- MarkerInfo
- ISelect
- ISourceEditor
- IStorage
- IStyleOptions
- ICommitStyle
- IControlType
- IControlListItem
- IControlTypeStrong
- IControlTypeContent
- Controls
- ButtonsGroup
- IToolbarButton
- IToolbarCollection
- IStatusBar
- IProgressBar
- IMods
- IElms
- IDlgs
- IInitable
- IDestructible
- IContainer
- IComponent
- IViewComponent
- IBound
- IBoundP
- IPoint
- IPointBound
- ISelectionRange
- IRGB
- IPermissions
- CallbackFunction
- ICommandType
- IHasScroll
- RangeType
- SnapshotType
- ImageEditorOptions
- ImageBox
- ImageEditorActionBox
- EventHandlerBlock
- FuzzySearch
- IUIElement
- IUIIconState
- IUIButtonState
- IUIButton
- IUIGroup
- IUIList
- IUIForm
- IUIInput
- IUIInputValidator
- IUIOption
- IUISelect
- IUITextArea
- IUIRange
- IUICheckBox
- IUploaderData
- IUploaderAnswer
- IUploaderOptions
- IUploader
- ILanguageOptions
- IToolbarOptions
- IViewOptions
- IViewBased
- IViewWithToolbar
DataVariant
DataVariant: IDictionary<string> | null | FormData | string | IDictionary<string | IDictionary>
Defined in
ITimeout
ITimeout: number | () => number
Defined in
DecoratorHandler
DecoratorHandler: <T>(target: T, propertyKey: string) => void | PropertyDescriptor
Type declaration
<T>(target, propertyKey): void | PropertyDescriptor
Type parameters
| Name | Type |
|---|---|
T |
extends IComponent & IDictionary |
Parameters
| Name | Type |
|---|---|
target |
T |
propertyKey |
string |
Returns
void | PropertyDescriptor
Defined in
Attributes
Attributes: IDictionary<string | number | boolean | undefined | IDictionary<string | number | boolean | undefined>>
Defined in
Children
Children: string | (string | Node)[] | Node
Defined in
ContentItem
ContentItem: string | HTMLElement | IContainer
Defined in
Content
Content: ContentItem | ContentItem[] | (ContentItem | ContentItem[])[]
Defined in
ISourcesFiles
ISourcesFiles: ISource[]
Defined in
src/types/file-browser.d.ts#50
IFileBrowserItem
IFileBrowserItem: IFileBrowserItemWrapper & IFileBrowserItemElement
Defined in
src/types/file-browser.d.ts#345
MessageVariant
MessageVariant: "info" | "error" | "success"
Defined in
PluginType
PluginType: typeof IPlugin | IPlugin | PluginFunction | Function
Defined in
PluginInstance
PluginInstance: IPlugin | object
Defined in
PopupStrategy
PopupStrategy: "leftBottom" | "rightBottom" | "leftTop" | "rightTop"
Defined in
WindowSelection
WindowSelection: Selection
Defined in
StorageValueType
StorageValueType: string | number | boolean | object | StorageValueType[]
Defined in
StyleValue
StyleValue: number | string | null | undefined
Defined in
IStyle
IStyle: IDictionary<StyleValue>
Defined in
IAttributes
IAttributes: { [K in string]: IStyle | string | number | boolean | null }
Defined in
CommitMode
CommitMode: "initial" | "wrap" | "unwrap" | "change" | "unset" | "replace"
Defined in
Buttons
Buttons: (string | IControlType)[]
Defined in
ButtonGroup
ButtonGroup: string | "source" | "font-style" | "script" | "list" | "indent" | "font" | "color" | "media" | "state" | "clipboard" | "insert" | "history" | "search" | "other" | "info"
Defined in
ButtonsGroups
ButtonsGroups: (IControlType | string | ButtonsGroup)[]
Defined in
ButtonsOption
ButtonsOption: string | ButtonsGroups
Defined in
RequireKeys
RequireKeys<T, K>: Required<Pick<T, K>> & Omit<T, K>
Type parameters
| Name | Type |
|---|---|
T |
extends object |
K |
extends keyof T |
Defined in
IControlTypeStrongList
IControlTypeStrongList: RequireKeys<IControlTypeStrong, "list">
Defined in
ModType
ModType: string | boolean | null
Defined in
IDictionary
IDictionary<T, K>: { [key in K]: T }
Type parameters
| Name | Type |
|---|---|
T |
any |
K |
extends string = string |
Defined in
Prettify
Prettify<T>: { [P in keyof T]: T[P] }
Type parameters
| Name |
|---|
T |
Defined in
CanPromise
CanPromise<T>: T | Promise<T>
Type parameters
| Name |
|---|
T |
Defined in
CanUndef
CanUndef<T>: T | undefined
Type parameters
| Name |
|---|
T |
Defined in
CanArray
CanArray<T>: T | T[]
Type parameters
| Name |
|---|
T |
Defined in
Nullable
Nullable<T>: T | null
Type parameters
| Name |
|---|
T |
Defined in
ComponentStatus
ComponentStatus: "beforeInit" | "ready" | "beforeDestruct" | "destructed"
Defined in
NodeCondition
NodeCondition<T>: (node: Nullable<T>) => boolean | null | false | void | ""
Type parameters
| Name | Type |
|---|---|
T |
extends Node = Node |
Type declaration
(node): boolean | null | false | void | ""
Parameters
| Name | Type |
|---|---|
node |
Nullable<T> |
Returns
boolean | null | false | void | ""
Defined in
BooleanFunction
BooleanFunction<T>: (this: T, ...args: any[]) => boolean
Type parameters
| Name | Type |
|---|---|
T |
any |
Type declaration
(this, ...args): boolean
Parameters
| Name | Type |
|---|---|
this |
T |
...args |
any[] |
Returns
boolean
Defined in
ExecCommandCallback
ExecCommandCallback<T, C>: (this: T, command: C, value?: string, next?: any, ...args: unknown[]) => void | boolean | Promise<void | boolean> | (this: T, command: C, value: string, next: string, ...args: unknown[]) => void | boolean | Promise<void | boolean>
Type parameters
| Name | Type |
|---|---|
T |
T |
C |
extends string |
Defined in
CustomCommand
CustomCommand<T, C>: ICommandType<T, C> | ExecCommandCallback<T, C>
Type parameters
| Name | Type |
|---|---|
T |
T |
C |
extends string |
Defined in
InsertMode
InsertMode: "insert_as_html" | "insert_as_text" | "insert_clear_html" | "insert_only_text"
Defined in
ImageAction
ImageAction: "resize" | "crop"
Defined in
ImageHAlign
ImageHAlign: "normal" | "left" | "right" | "center" | ""
Defined in
HTMLTagNames
HTMLTagNames: Prettify<keyof HTMLElementTagNameMap>
Defined in
Modes
Modes: 1 | 2 | 3
Defined in
DeepPartial
DeepPartial<T>: T extends object ? { [P in keyof T]?: DeepPartial<T[P]> } : T
Type parameters
| Name |
|---|
T |
Defined in
ButtonVariant
ButtonVariant: "initial" | "outline" | "default" | "primary" | "secondary" | "success" | "danger"
Defined in
IUIButtonStatePartial
IUIButtonStatePartial: Omit<Partial<IUIButtonState>, "icon"> & { icon?: Partial<IUIButtonState["icon"]> }
Defined in
HandlerSuccess
HandlerSuccess: (resp: IUploaderData) => void
Type declaration
(resp): void
Parameters
| Name | Type |
|---|---|
resp |
IUploaderData |
Returns
void
Defined in
HandlerError
HandlerError: (e: Error) => void
Type declaration
(e): void
Parameters
| Name | Type |
|---|---|
e |
Error |
Returns
void
Defined in
BuildDataResult
BuildDataResult: FormData | IDictionary<string> | Promise<FormData | IDictionary<string>> | string
Defined in
NodeFunction
NodeFunction: (elm: HTMLElement) => void
Type declaration
(elm): void
Parameters
| Name | Type |
|---|---|
elm |
HTMLElement |
Returns
void
Defined in
jodit/src/types/view.d.ts:60
content
Const content: string
Defined in
jodit/src/typings.d.ts:12