@rendley/sdk - v1.14.0
Preparing search index...
EffectDataSchema
Variable EffectDataSchema
Const
EffectDataSchema
:
Zod
.
ZodObject
<
{
autoFit
:
Zod
.
ZodOptional
<
Zod
.
ZodBoolean
>
;
blendMode
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
BlendModeEnum
>
>
;
fragmentSrc
:
Zod
.
ZodString
;
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
;
noTransform
:
Zod
.
ZodOptional
<
Zod
.
ZodBoolean
>
;
padding
:
Zod
.
ZodOptional
<
Zod
.
ZodNumber
>
;
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
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
autoFit
?:
boolean
;
blendMode
?:
NORMAL
|
ADD
|
SCREEN
|
MULTIPLY
;
fragmentSrc
:
string
;
id
:
string
;
inputTextures
?:
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
[]
;
name
:
string
;
noTransform
?:
boolean
;
padding
?:
number
;
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
;
}
,
{
autoFit
?:
boolean
;
blendMode
?:
NORMAL
|
ADD
|
SCREEN
|
MULTIPLY
;
fragmentSrc
:
string
;
id
:
string
;
inputTextures
?:
{
mipmap
?:
OFF
|
ON
;
name
:
string
;
scaleMode
?:
NEAREST
|
LINEAR
;
url
:
string
;
wrapMode
?:
CLAMP
|
REPEAT
|
MIRRORED_REPEAT
;
}
[]
;
name
:
string
;
noTransform
?:
boolean
;
padding
?:
number
;
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
;
}
,
>
= ...
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.14.0
Loading...