Interface

GES-1.0GESGroupConstructorProps

interface ConstructorProps {
    duration: number | bigint;
    height: number;
    in_point: number | bigint;
    inPoint: number | bigint;
    max_duration: number | bigint;
    maxDuration: number | bigint;
    name: string | null;
    parent: GES.TimelineElement | null;
    priority: number;
    serialize: boolean;
    start: number | bigint;
    timeline: GES.Timeline | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.Container.ConstructorProps

Properties - Inherited from GES.TimelineElement.ConstructorProps

Properties

duration: number | bigint
in_point: number | bigint
inPoint: number | bigint
max_duration: number | bigint
maxDuration: number | bigint
priority: number
start: number | bigint

Properties - Inherited from GES.Container.ConstructorProps

height: number

Properties - Inherited from GES.TimelineElement.ConstructorProps

name: string | null
parent: GES.TimelineElement | null
serialize: boolean
timeline: GES.Timeline | null