FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface EnvironmentLayoutMatrixRow

    interface EnvironmentLayoutMatrixRow {
        layout: string;
        presence: Record<string, boolean>;
        metadataHashes: Record<string, string | undefined>;
        scripts: Record<string, string[]>;
    }
    Index

    Properties

    layout: string
    presence: Record<string, boolean>
    metadataHashes: Record<string, string | undefined>
    scripts: Record<string, string[]>