Skip to content

Commit

Permalink
fix tsc
Browse files Browse the repository at this point in the history
fix link in type docs
  • Loading branch information
snowbldr committed Dec 15, 2023
1 parent 1212751 commit a0d92b4
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 262 deletions.
30 changes: 15 additions & 15 deletions docs/types/interfaces/fntags.FnStateObj.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ A container for a state value that can be bound to.

#### Defined in

[fntags.mjs:172](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L172)
[fntags.mjs:172](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L172)

___

Expand All @@ -80,7 +80,7 @@ a state change and is a shortcut for `mystate(Object.assign(mystate(), update))`

#### Defined in

[fntags.mjs:166](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L166)
[fntags.mjs:166](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L166)

___

Expand Down Expand Up @@ -109,7 +109,7 @@ the second parameter (the update function) must be provided and must be a functi

#### Defined in

[fntags.mjs:150](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L150)
[fntags.mjs:150](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L150)

___

Expand All @@ -135,7 +135,7 @@ Bind attribute values to state changes

#### Defined in

[fntags.mjs:158](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L158)
[fntags.mjs:158](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L158)

___

Expand Down Expand Up @@ -165,7 +165,7 @@ If the current value is not an array, this will behave the same as bindAs.

#### Defined in

[fntags.mjs:153](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L153)
[fntags.mjs:153](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L153)

___

Expand All @@ -192,7 +192,7 @@ Shortcut for `mystate.bindAs((current)=> current[prop])`

#### Defined in

[fntags.mjs:156](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L156)
[fntags.mjs:156](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L156)

___

Expand All @@ -219,7 +219,7 @@ Bind selected state to an element

#### Defined in

[fntags.mjs:160](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L160)
[fntags.mjs:160](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L160)

___

Expand All @@ -245,7 +245,7 @@ Bind selected state to an attribute

#### Defined in

[fntags.mjs:161](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L161)
[fntags.mjs:161](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L161)

___

Expand All @@ -271,7 +271,7 @@ Bind style values to state changes

#### Defined in

[fntags.mjs:159](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L159)
[fntags.mjs:159](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L159)

___

Expand Down Expand Up @@ -299,7 +299,7 @@ will not be reflected correctly.

#### Defined in

[fntags.mjs:168](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L168)
[fntags.mjs:168](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L168)

___

Expand All @@ -311,7 +311,7 @@ A flag to indicate that this is an fnstate object

#### Defined in

[fntags.mjs:174](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L174)
[fntags.mjs:174](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L174)

___

Expand All @@ -337,7 +337,7 @@ Remove all of the observers and optionally reset the value to it's initial value

#### Defined in

[fntags.mjs:173](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L173)
[fntags.mjs:173](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L173)

___

Expand Down Expand Up @@ -365,7 +365,7 @@ This causes the bound select functions to be executed.

#### Defined in

[fntags.mjs:162](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L162)
[fntags.mjs:162](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L162)

___

Expand All @@ -385,7 +385,7 @@ Get the currently selected key

#### Defined in

[fntags.mjs:165](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L165)
[fntags.mjs:165](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L165)

___

Expand Down Expand Up @@ -413,4 +413,4 @@ Set a value at the given property path

#### Defined in

[fntags.mjs:171](https://github.com/narcolepticsnowman/fntags/blob/4775f59/src/fntags.mjs#L171)
[fntags.mjs:171](https://github.com/srfnstack/fntags/blob/1212751/src/fntags.mjs#L171)
Loading

0 comments on commit a0d92b4

Please sign in to comment.