Hiyve Components - v1.0.0
    Preparing search index...

    Interface CreateCompositionFileOptions

    Options for creating a new composition file.

    interface CreateCompositionFileOptions {
        location?: string;
        name: string;
        ownerId: string;
        ownerName?: string;
    }
    Index

    Properties

    location?: string

    File location/path (default: '/Clips')

    name: string

    Name for the composition

    ownerId: string

    Owner user ID

    ownerName?: string

    Owner display name