Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface VFXEffectData

    interface VFXEffectData {
        components: Record<string, object>;
        name: string;
        timeline: VFXTimelineSequenceEntry[];
    }
    Index

    Properties

    components: Record<string, object>
    name: string