Skip to main content

Interface: VideoFillProp

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

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:21


duration?

optional duration?: number

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


filters?

optional filters?: MediaFilter[]

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


loop?

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

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


mode?

optional mode?: ImageFillMode

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


opacity?

optional opacity?: number

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


playing

playing: boolean

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


scaling?

optional scaling?: number

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


speed?

optional speed?: number

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


src

src: string

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


timestamp

timestamp: number

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


transform?

optional transform?: ImageTransform

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


trimEnd?

optional trimEnd?: number

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


trimStart?

optional trimStart?: number

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


type

type: "video"

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