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