We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0776a14 + 76c1297 commit 2214c4dCopy full SHA for 2214c4d
docs/Ace/Halogen/Component.md
@@ -58,6 +58,12 @@ Ace component state
58
`key` -- unique key of this instance
59
`editor` -- ace editor instance wrapped by this component
60
61
+#### `initialAceState`
62
+
63
+``` purescript
64
+initialAceState :: AceState
65
+```
66
67
#### `aceComponent`
68
69
``` purescript
src/Ace/Halogen/Component.purs
@@ -1,6 +1,7 @@
1
module Ace.Halogen.Component
2
( aceComponent
3
, aceConstructor
4
+ , initialAceState
5
, AceEffects()
6
, Autocomplete(..)
7
, AceState(..)
0 commit comments