Skip to content

Commit 2214c4d

Browse files
committed
Merge pull request #4 from archaeron/master
Export initialAceState
2 parents 0776a14 + 76c1297 commit 2214c4d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/Ace/Halogen/Component.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Ace component state
5858
`key` -- unique key of this instance
5959
`editor` -- ace editor instance wrapped by this component
6060

61+
#### `initialAceState`
62+
63+
``` purescript
64+
initialAceState :: AceState
65+
```
66+
6167
#### `aceComponent`
6268

6369
``` purescript

src/Ace/Halogen/Component.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module Ace.Halogen.Component
22
( aceComponent
33
, aceConstructor
4+
, initialAceState
45
, AceEffects()
56
, Autocomplete(..)
67
, AceState(..)

0 commit comments

Comments
 (0)