Skip to main content

Interface: VideoFillResolved

Defined in: attributes/shape/fill/implementations/video.ts:24

Properties

blend?

optional blend?: "color" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "normal"

Defined in: attributes/shape/fill/implementations/video.ts:40


duration?

optional duration?: number

Defined in: attributes/shape/fill/implementations/video.ts:38


filters?

optional filters?: MediaFilter[]

Defined in: attributes/shape/fill/implementations/video.ts:36


loop?

optional loop?: "reverse" | "forward" | "none"

Defined in: attributes/shape/fill/implementations/video.ts:37


mode?

optional mode?: ImageFillMode

Defined in: attributes/shape/fill/implementations/video.ts:27


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/video.ts:39


playing

playing: boolean

Defined in: attributes/shape/fill/implementations/video.ts:31


playStart?

optional playStart?: number

Defined in: attributes/shape/fill/implementations/video.ts:34


scaling?

optional scaling?: number

Defined in: attributes/shape/fill/implementations/video.ts:29


speed?

optional speed?: number

Defined in: attributes/shape/fill/implementations/video.ts:35


src

src: string

Defined in: attributes/shape/fill/implementations/video.ts:26


timestamp

timestamp: number

Defined in: attributes/shape/fill/implementations/video.ts:30


transform?

optional transform?: ImageTransform

Defined in: attributes/shape/fill/implementations/video.ts:28


trimEnd?

optional trimEnd?: number

Defined in: attributes/shape/fill/implementations/video.ts:33


trimStart?

optional trimStart?: number

Defined in: attributes/shape/fill/implementations/video.ts:32


type

type: "video"

Defined in: attributes/shape/fill/implementations/video.ts:25