mini-effect
Preparing search index...
schema
hexColor
Function hexColor
hexColor
<
TInput$1
extends
string
>
()
:
HexColorAction
<
TInput$1
,
undefined
>
Creates a
hex color
validation action.
Type Parameters
TInput$1
extends
string
Returns
HexColorAction
<
TInput$1
,
undefined
>
A hex color action.
hexColor
<
TInput$1
extends
string
,
const
TMessage
extends
ErrorMessage
<
HexColorIssue
<
TInput$1
>
>
|
undefined
,
>
(
message
:
TMessage
,
)
:
HexColorAction
<
TInput$1
,
TMessage
>
Creates a
hex color
validation action.
Type Parameters
TInput$1
extends
string
const
TMessage
extends
ErrorMessage
<
HexColorIssue
<
TInput$1
>
>
|
undefined
Parameters
message
:
TMessage
The error message.
Returns
HexColorAction
<
TInput$1
,
TMessage
>
A hex color action.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mini-effect
Loading...
Creates a hex color validation action.