@rendley/sdk - v1.15.19
Preparing search index...
MediaFitStrategySchema
Variable MediaFitStrategySchema
Const
MediaFitStrategySchema
:
Zod
.
ZodObject
<
{
fitStyle
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
FitStyleEnum
>
>
;
toCrop
:
Zod
.
ZodOptional
<
Zod
.
ZodBoolean
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
fitStyle
?:
ORIGINAL
|
MATCH_SCALE
|
OUTSIDE
|
INSIDE
|
MATCH_SIZE
;
toCrop
?:
boolean
;
}
,
{
fitStyle
?:
ORIGINAL
|
MATCH_SCALE
|
OUTSIDE
|
INSIDE
|
MATCH_SIZE
;
toCrop
?:
boolean
;
}
,
>
= ...
Zod schema for a serialized media fit strategy.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.15.19
Loading...
Zod schema for a serialized media fit strategy.