Preparing search index...
The search index is not available
devfive front components
devfive front components
index
WriteFormProps
Interface WriteFormProps
interface
WriteFormProps
{
initValue
?:
Record
<
"title"
|
"content"
|
"category"
,
any
>
;
modifyTitle
?:
string
;
onWrite
:
(
(
v
,
modify
?
)
=>
void
)
;
writeTitle
?:
string
;
}
Index
Properties
init
Value?
modify
Title?
on
Write
write
Title?
Properties
Optional
init
Value
init
Value
?:
Record
<
"title"
|
"content"
|
"category"
,
any
>
Optional
modify
Title
modify
Title
?:
string
on
Write
on
Write
:
(
(
v
,
modify
?
)
=>
void
)
Type declaration
(
v
,
modify
?
)
:
void
Parameters
v
:
Record
<
"title"
|
"content"
|
"category"
,
any
>
Optional
modify
:
boolean
Returns
void
Optional
write
Title
write
Title
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
init
Value
modify
Title
on
Write
write
Title
devfive front components
index
test
Generated using
TypeDoc