Interface TextBlock

interface TextBlock {
    duration: number;
    text: string;
    time: number;
}

Properties

Properties

duration: number
text: string
time: number

Generated using TypeDoc