mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
remove outdated doc
This commit is contained in:
parent
61b94cc3b1
commit
641321b7e6
@ -29,9 +29,6 @@ export abstract class FormModalUiHandler extends ModalUiHandler {
|
|||||||
this.formLabels = [];
|
this.formLabels = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
// this function takes any args and uses it to make an array of InputFieldConfigs, which has extra support for the input text field
|
|
||||||
// It currently has support for a field's label, whether it's a password field, and whether the field should be read only, but by expanding the InputFieldConfig interface
|
|
||||||
// any extra details can be passed on to the field during creation
|
|
||||||
/**
|
/**
|
||||||
* Get all information for each field to display in the modal
|
* Get all information for each field to display in the modal
|
||||||
* @returns array of {@linkcode InputFieldConfig}
|
* @returns array of {@linkcode InputFieldConfig}
|
||||||
|
Loading…
Reference in New Issue
Block a user