core
0.20.1
js
core
/
de.peekandpoke.kraft.addons.forms
/
FieldOptions
Field
Options
js
interface
FieldOptions
<
T
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Access
Link copied to clipboard
js
class
Access
<
T
,
X
>
(
settings
:
FieldOptions
<
T
>
,
key
:
TypedKey
<
X
>
)
Content copied to clipboard
Base
Link copied to clipboard
js
open
class
Base
<
T
>
:
FieldOptions
<
T
>
Content copied to clipboard
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
accepts
Link copied to clipboard
js
abstract
fun
accepts
(
vararg
rules
:
Rule
<
T
>
)
Content copied to clipboard
Adds a validation rule
access
Link copied to clipboard
js
open
fun
<
X
>
access
(
key
:
TypedKey
<
X
>
)
:
FieldOptions.Access
<
T
,
X
>
Content copied to clipboard
label
Link copied to clipboard
js
abstract
fun
label
(
label
:
String
)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
js
abstract
val
attributes
:
MutableTypedAttributes
Content copied to clipboard
label
Link copied to clipboard
js
open
val
label
:
FieldOptions.Access
<
T
,
RenderFunc
<
LABEL
>
>
Content copied to clipboard
name
Link copied to clipboard
js
open
val
name
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
placeholder
Link copied to clipboard
js
open
val
placeholder
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
rules
Link copied to clipboard
js
abstract
val
rules
:
List
<
Rule
<
T
>
>
Content copied to clipboard
Inheritors
Base
Link copied to clipboard
CheckboxOptions
Link copied to clipboard
InputOptions
Link copied to clipboard
TextAreaOptions
Link copied to clipboard
SemanticOptions
Link copied to clipboard