@rendley/sdk - v1.14.0
Preparing search index...
TransitionDataSchema
Variable TransitionDataSchema
Const
TransitionDataSchema
:
Zod
.
ZodObject
<
{
id
:
Zod
.
ZodString
;
inputTextures
:
Zod
.
ZodOptional
<
Zod
.
ZodArray
<
Zod
.
ZodObject
<
{
mipmap
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
InputTextureMipmapMode
>
,
>
;
name
:
Zod
.
ZodString
;
scaleMode
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
InputTextureScaleMode
>
,
>
;
url
:
Zod
.
ZodString
;
wrapMode
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
InputTextureWrapMode
>
,
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
,
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
,
>
,
"many"
,
>
,
>
;
name
:
Zod
.
ZodString
;
properties
:
Zod
.
ZodArray
<
Zod
.
ZodObject
<
{
defaultValue
:
Zod
.
ZodType
<
Required
<
any
>
,
Zod
.
ZodTypeDef
,
Required
<
any
>
,
>
;
description
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
initOnly
:
Zod
.
ZodOptional
<
Zod
.
ZodBoolean
>
;
label
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
max
:
Zod
.
ZodOptional
<
Zod
.
ZodUnion
<
[
Zod
.
ZodNumber
,
Zod
.
ZodArray
<
Zod
.
ZodNumber
,
"many"
>
]
>
,
>
;
min
:
Zod
.
ZodOptional
<
Zod
.
ZodUnion
<
[
Zod
.
ZodNumber
,
Zod
.
ZodArray
<
Zod
.
ZodNumber
,
"many"
>
]
>
,
>
;
name
:
Zod
.
ZodString
;
step
:
Zod
.
ZodOptional
<
Zod
.
ZodUnion
<
[
Zod
.
ZodNumber
,
Zod
.
ZodArray
<
Zod
.
ZodNumber
,
"many"
>
]
>
,
>
;
type
:
Zod
.
ZodNativeEnum
<
typeof
PropertyDescriptionTypeEnum
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
defaultValue
:
Required
<
any
>
;
description
?:
string
;
initOnly
?:
boolean
;
label
?:
string
;
max
?:
number
|
number
[]
;
min
?:
number
|
number
[]
;
name
:
string
;
step
?:
number
|
number
[]
;
type
:
PropertyDescriptionTypeEnum
;
}
,
{
defaultValue
:
Required
<
any
>
;
description
?:
string
;
initOnly
?:
boolean
;
label
?:
string
;
max
?:
number
|
number
[]
;
min
?:
number
|
number
[]
;
name
:
string
;
step
?:
number
|
number
[]
;
type
:
PropertyDescriptionTypeEnum
;
}
,
>
,
"many"
,
>
;
provider
:
Zod
.
ZodString
;
transitionSrc
:
Zod
.
ZodString
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
id
:
string
;
inputTextures
?:
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
[]
;
name
:
string
;
properties
:
{
defaultValue
:
Required
<
any
>
;
description
?:
string
;
initOnly
?:
boolean
;
label
?:
string
;
max
?:
number
|
number
[]
;
min
?:
number
|
number
[]
;
name
:
string
;
step
?:
number
|
number
[]
;
type
:
PropertyDescriptionTypeEnum
;
}
[]
;
provider
:
string
;
transitionSrc
:
string
;
}
,
{
id
:
string
;
inputTextures
?:
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
[]
;
name
:
string
;
properties
:
{
defaultValue
:
Required
<
any
>
;
description
?:
string
;
initOnly
?:
boolean
;
label
?:
string
;
max
?:
number
|
number
[]
;
min
?:
number
|
number
[]
;
name
:
string
;
step
?:
number
|
number
[]
;
type
:
PropertyDescriptionTypeEnum
;
}
[]
;
provider
:
string
;
transitionSrc
:
string
;
}
,
>
= ...
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.14.0
Loading...