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

    Interface DataApiListLayoutsResponse

    interface DataApiListLayoutsResponse {
        layouts?: DataApiLayoutInfo[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    layouts?: DataApiLayoutInfo[]