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

    Interface AnalysisData

    interface AnalysisData {
        analysisLoopActive: boolean;
        environment: AnalysisDataValue;
        interface: AnalysisDataValue;
        music: AnalysisDataValue;
    }
    Index

    Properties

    analysisLoopActive: boolean

    Whether the internal RAQ loop is currently running.

    environment: AnalysisDataValue

    Analysis data for the ambient/environment context.

    Analysis data for the interface context.

    Analysis data for the music context.