Documentation
Preparing search index...
@rivetkit/engine-api-full
core
serialization
Property
Interface Property<RawKey, RawValue, ParsedValue>
interface
Property
<
RawKey
extends
string
,
RawValue
,
ParsedValue
>
{
isProperty
:
true
;
rawKey
:
RawKey
;
valueSchema
:
Schema
<
RawValue
,
ParsedValue
>
;
}
Type Parameters
RawKey
extends
string
RawValue
ParsedValue
Index
Properties
is
Property
raw
Key
value
Schema
Properties
is
Property
isProperty
:
true
raw
Key
rawKey
:
RawKey
value
Schema
valueSchema
:
Schema
<
RawValue
,
ParsedValue
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Property
raw
Key
value
Schema
Documentation
Loading...