asu-regex-js
    Preparing search index...

    Type Alias Line

    type Line = {
        actor: string;
        content: string;
        effect: string;
        end: Time;
        layer: number;
        marginLeft: number;
        marginRight: number;
        marginVertical: number;
        start: Time;
        style: string;
        type: LineType;
    }
    Index

    Properties

    actor: string
    content: string
    effect: string
    end: Time
    layer: number
    marginLeft: number
    marginRight: number
    marginVertical: number
    start: Time
    style: string
    type: LineType