Skip to content

Commit

Permalink
Update Icon-Config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Sep 1, 2023
1 parent e00c783 commit 50125b5
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions docs/6.1/Icon-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@

**Returns:** N/A (`undefined`)

|Name |Datatype|Purpose |
|------|--------|----------------------------------------------------------------------------------|
|`icon`|any |The value to return for an empty binding (typically the result of an unbound verb)|
|Name |Datatype|Purpose |
|------|--------|----------------------------------------|
|`icon`|any |The value to return for an empty binding|

The value set via this function will be returned when an empty binding is evaluated, which is typically the result of an unbound verb.

 

Expand All @@ -28,9 +30,25 @@

**Returns:** N/A (`undefined`)

|Name |Datatype|Purpose |
|------|--------|---------------------------------------------------------------------------------------|
|`icon`|any |The value to return for an invalid binding (typically the result of some sort of error)|
|Name |Datatype|Purpose |
|------|--------|------------------------------------------|
|`icon`|any |The value to return for an invalid binding|

The value set via this function will be returned when an invalid binding is evaluated, where an invalid binding is usually the result of some sort of error.

 

## _icon_touch

`input_icon_touch(icon)`

**Returns:** N/A (`undefined`)

|Name |Datatype|Purpose |
|------|--------|------------------------------------------------|
|`icon`|any |The value to return for a virtual button binding|

The value set via this function will be returned when a touch binding created by [`input_binding_virtual_button()`](Functions-(Binding-Creators)?id=binding_virtual_button) is evaluated.

 

Expand Down

0 comments on commit 50125b5

Please sign in to comment.