Interface

GES-1.0GESTextOverlayConstructorProps

interface ConstructorProps {
    active: boolean;
    auto_clamp_control_sources: boolean;
    autoClampControlSources: boolean;
    duration: number;
    has_internal_source: boolean;
    hasInternalSource: boolean;
    in_point: number;
    inPoint: number;
    max_duration: number;
    maxDuration: number;
    name: string;
    parent: GES.TimelineElement;
    priority: number;
    serialize: boolean;
    start: number;
    timeline: GES.Timeline;
    track: GES.Track;
    track_type: GES.TrackType;
    trackType: GES.TrackType;
}

Hierarchy (View Summary)

Index

Properties - Inherited from GES.Operation.ConstructorProps

active: boolean
auto_clamp_control_sources: boolean
autoClampControlSources: boolean
duration: number
has_internal_source: boolean
hasInternalSource: boolean
in_point: number
inPoint: number
max_duration: number
maxDuration: number
name: string
priority: number
serialize: boolean
start: number
timeline: GES.Timeline
track: GES.Track
track_type: GES.TrackType
trackType: GES.TrackType