@duplicis/types - v1.0.0
Preparing search index...
Duplicis
Bind
Text
Interface Text
Text options.
interface
Text
{
default
?:
string
;
i18n
?:
Partial
<
Record
<
Locales
,
BindTranslations
>
>
;
max
?:
number
;
min
?:
number
;
placeholder
?:
string
;
}
Hierarchy (
View Summary
)
Base
Text
Index
Properties
default?
i18n?
max?
min?
placeholder?
Properties
Optional
default
default
?:
string
Optional
i18n
i18n
?:
Partial
<
Record
<
Locales
,
BindTranslations
>
>
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
placeholder
placeholder
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
i18n
max
min
placeholder
@duplicis/types - v1.0.0
Loading...
Text options.