Interface

GES-1.0GESProjectConstructorProps

interface ConstructorProps {
    extractable_type: GTypeInput;
    extractableType: GTypeInput;
    id: string;
    proxy: GES.Asset | null;
    proxy_target: GES.Asset | null;
    proxyTarget: GES.Asset | null;
    uri: string | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.Asset.ConstructorProps

Properties - Inherited from GES.UriSourceAsset.ConstructorProps

Properties

uri: string | null

Properties - Inherited from GES.Asset.ConstructorProps

extractable_type: GTypeInput
extractableType: GTypeInput
id: string

Properties - Inherited from GES.UriSourceAsset.ConstructorProps

proxy: GES.Asset | null
proxy_target: GES.Asset | null
proxyTarget: GES.Asset | null