Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/bcs
BcsTypeOptions
Interface BcsTypeOptions<T, Input>
interface
BcsTypeOptions
<
T
,
Input
>
{
name
?:
string
;
validate
?:
(
(
value
:
Input
)
=>
void
)
;
}
Type Parameters
T
Input
=
T
Index
Properties
name?
validate?
Properties
Optional
name
name
?:
string
Optional
validate
validate
?:
(
(
value
:
Input
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
validate
Documentation
Loading...