SYMBOL INDEX (38 symbols across 3 files) FILE: index.js method render (line 42) | render() { method mounted (line 45) | mounted() { method beforeUnmount (line 79) | beforeUnmount() { method focus (line 85) | focus() { method blur (line 88) | blur() { method selectAll (line 91) | selectAll() { method getAceInstance (line 94) | getAceInstance() { method value (line 99) | value(val) { method theme (line 111) | theme(val) { method options (line 114) | options(val) { method readonly (line 117) | readonly(val) { method placeholder (line 120) | placeholder(val) { method wrap (line 123) | wrap(val) { method printMargin (line 126) | printMargin(val) { method lang (line 129) | lang(val) { method minLines (line 132) | minLines(val) { method maxLines (line 135) | maxLines(val) { FILE: index.ts method render (line 46) | render(this: VAceEditorInstance) { method mounted (line 49) | mounted(this: VAceEditorInstance) { method beforeUnmount (line 82) | beforeUnmount(this: VAceEditorInstance) { method focus (line 87) | focus(this: VAceEditorInstance) { method blur (line 90) | blur(this: VAceEditorInstance) { method selectAll (line 93) | selectAll(this: VAceEditorInstance) { method getAceInstance (line 96) | getAceInstance(this: VAceEditorInstance) { method value (line 101) | value(this: VAceEditorInstance, val: string) { method theme (line 112) | theme(this: VAceEditorInstance, val: string) { method options (line 115) | options(this: VAceEditorInstance, val: Partial) { method readonly (line 118) | readonly(this: VAceEditorInstance, val: boolean) { method placeholder (line 121) | placeholder(this: VAceEditorInstance, val: string) { method wrap (line 124) | wrap(this: VAceEditorInstance, val: boolean) { method printMargin (line 127) | printMargin(this: VAceEditorInstance, val: boolean | number) { method lang (line 130) | lang(this: VAceEditorInstance, val: string) { method minLines (line 133) | minLines(this: VAceEditorInstance, val: number) { method maxLines (line 136) | maxLines(this: VAceEditorInstance, val: number) { FILE: types.d.ts type VAceEditorPrivate (line 4) | interface VAceEditorPrivate { type VAceEditorProps (line 11) | interface VAceEditorProps { type VAceEditorMethods (line 24) | interface VAceEditorMethods { type VAceEditorInstance (line 31) | interface VAceEditorInstance extends