Stone.js API
Docs
Home
Preparing search index...
stone-js-validation/src/validateEvent
ReadableEvent
Interface ReadableEvent
The minimal event shape the validator reads from — platform-agnostic.
interface
ReadableEvent
{
get
:
<
T
>
(
key
:
string
)
=>
T
;
}
Index
Properties
get
Properties
get
get
:
<
T
>
(
key
:
string
)
=>
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
Docs
Home
Stone.js API
Loading...
The minimal event shape the validator reads from — platform-agnostic.