Globals / "src/renderer/components/ace-editor/ace-editor" / Props
Interface: Props#
Hierarchy#
- {}
↳ Props
Index#
Properties#
Methods#
Properties#
autoFocus#
• Optional autoFocus: boolean
Defined in src/renderer/components/ace-editor/ace-editor.tsx:14
className#
• Optional className: string
Defined in src/renderer/components/ace-editor/ace-editor.tsx:13
cursorPos#
• Optional cursorPos: Point
Defined in src/renderer/components/ace-editor/ace-editor.tsx:16
hidden#
• Optional hidden: boolean
Defined in src/renderer/components/ace-editor/ace-editor.tsx:15
Methods#
onBlur#
▸ OptionalonBlur(evt: FocusEvent, value: string): void
Defined in src/renderer/components/ace-editor/ace-editor.tsx:18
Parameters:
| Name | Type |
|---|---|
evt |
FocusEvent |
value |
string |
Returns: void
onChange#
▸ OptionalonChange(value: string, delta: Delta): void
Defined in src/renderer/components/ace-editor/ace-editor.tsx:19
Parameters:
| Name | Type |
|---|---|
value |
string |
delta |
Delta |
Returns: void
onCursorPosChange#
▸ OptionalonCursorPosChange(point: Point): void
Defined in src/renderer/components/ace-editor/ace-editor.tsx:20
Parameters:
| Name | Type |
|---|---|
point |
Point |
Returns: void
onFocus#
▸ OptionalonFocus(evt: FocusEvent, value: string): void
Defined in src/renderer/components/ace-editor/ace-editor.tsx:17
Parameters:
| Name | Type |
|---|---|
evt |
FocusEvent |
value |
string |
Returns: void