Interface

GES-1.0GESTitleClipConstructorProps

interface ConstructorProps {
    background: number;
    color: number;
    duration: number | bigint;
    duration_limit: number | bigint;
    durationLimit: number | bigint;
    font_desc: string;
    fontDesc: string;
    halignment: GES.TextHAlign;
    height: number;
    in_point: number | bigint;
    inPoint: number | bigint;
    layer: GES.Layer;
    max_duration: number | bigint;
    maxDuration: number | bigint;
    name: string;
    parent: GES.TimelineElement;
    priority: number;
    serialize: boolean;
    start: number | bigint;
    supported_formats: GES.TrackType;
    supportedFormats: GES.TrackType;
    text: string;
    timeline: GES.Timeline;
    valignment: GES.TextVAlign;
    xpos: number;
    ypos: number;
}

Hierarchy (View Summary)

Index
background: number
color: number
font_desc: string
fontDesc: string
halignment: GES.TextHAlign
text: string
valignment: GES.TextVAlign
xpos: number
ypos: number
duration: number | bigint
in_point: number | bigint
inPoint: number | bigint
max_duration: number | bigint
maxDuration: number | bigint
name: string
priority: number
serialize: boolean
start: number | bigint
timeline: GES.Timeline
duration_limit: number | bigint
durationLimit: number | bigint
layer: GES.Layer
supported_formats: GES.TrackType
supportedFormats: GES.TrackType
height: number