Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Nov 28, 2024
1 parent 0b9d102 commit 9d5c984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ pnpm-lock.yaml
.idea
.vs-code
.eslintcache
.cache
docs/
example.api.json*
3 changes: 3 additions & 0 deletions src/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export class Input extends Container {
* @param { number } options.padding.bottom - Bottom padding of the Input.
* @param { number } options.padding.left - Left padding of the Input.
* @param { boolean } options.cleanOnFocus - Clean Input on focus.
* @param { boolean } options.addMask - Add mask to the Input text, so it is cut off when it does not fit.
* <br> ! be careful with this setting if you have a lot of inputs to render as each mask will add one more draw call.
* <br> It is recommended to use maxLength setting instead.
* @param { Array } options.nineSliceSprite - NineSliceSprite values for bg and fill ([number, number, number, number]).
*/
constructor(options: InputOptions) {
Expand Down

0 comments on commit 9d5c984

Please sign in to comment.