Interface IEffectOptItem

interface IEffectOptItem {
    key?: string;
    options: {
        bomId?: string;
        isLoop?: boolean;
        pointId?: string;
    };
    uuid?: string;
}

Properties

Properties

key?: string
options: {
    bomId?: string;
    isLoop?: boolean;
    pointId?: string;
}

Type declaration

  • Optional bomId?: string
  • Optional isLoop?: boolean
  • Optional pointId?: string
uuid?: string

Generated using TypeDoc