@rendley/sdk - v1.15.5
Preparing search index...
PropertySchema
Variable PropertySchema
Const
PropertySchema
:
Zod
.
ZodObject
<
{
group
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
id
:
Zod
.
ZodString
;
label
:
Zod
.
ZodString
;
path
:
Zod
.
ZodString
;
type
:
Zod
.
ZodDefault
<
Zod
.
ZodNativeEnum
<
typeof
LottiePropertyTypeEnum
>
>
;
value
:
Zod
.
ZodOptional
<
Zod
.
ZodUnknown
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
group
?:
string
;
id
:
string
;
label
:
string
;
path
:
string
;
type
:
LottiePropertyTypeEnum
;
value
?:
unknown
;
}
,
{
group
?:
string
;
id
:
string
;
label
:
string
;
path
:
string
;
type
?:
|
TEXT
|
FILL_COLOR
|
STROKE_COLOR
|
STROKE_WIDTH
|
GRADIENT_FILL_COLOR
|
GRADIENT_STROKE_COLOR
|
IMAGE
;
value
?:
unknown
;
}
,
>
= ...
Zod schema for one editable Lottie property descriptor.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.15.5
Loading...
Zod schema for one editable Lottie property descriptor.