Skip to main content
Apps
Developers
Roadmap
Search
Documentation
Loading...
webgl-video-editor
Schema
VideoEffectAsset
Interface VideoEffectAsset
interface
VideoEffectAsset
{
color
?:
string
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
name
:
string
;
ops
:
EffectOp
[]
;
type
:
"asset:effect:video"
;
}
Hierarchy (
View Summary
)
BaseAsset
<
"effect:video"
>
Omit
<
EffectDefinition
,
"id"
|
"name"
>
VideoEffectAsset
Index
Properties
color?
id
metadata?
name
ops
type
Properties
Optional
color
color
?:
string
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
name
name
:
string
ops
ops
:
EffectOp
[]
type
type
:
"asset:effect:video"