viewSchemaFragment$data: {
     $fragmentType: "viewSchemaFragment";
    schemaForViewStages: {
        fieldSchema: ReadonlyArray<{
            description: string | null;
            embeddedDocType: string | null;
            ftype: string;
            info: object | null;
            path: string;
            subfield: string | null;
        }>;
        frameFieldSchema: ReadonlyArray<{
            description: string | null;
            embeddedDocType: string | null;
            ftype: string;
            info: object | null;
            path: string;
            subfield: string | null;
        }>;
    };
}

Type declaration

  • Readonly $fragmentType: "viewSchemaFragment"
  • Readonly schemaForViewStages: {
        fieldSchema: ReadonlyArray<{
            description: string | null;
            embeddedDocType: string | null;
            ftype: string;
            info: object | null;
            path: string;
            subfield: string | null;
        }>;
        frameFieldSchema: ReadonlyArray<{
            description: string | null;
            embeddedDocType: string | null;
            ftype: string;
            info: object | null;
            path: string;
            subfield: string | null;
        }>;
    }
    • Readonly fieldSchema: ReadonlyArray<{
          description: string | null;
          embeddedDocType: string | null;
          ftype: string;
          info: object | null;
          path: string;
          subfield: string | null;
      }>
    • Readonly frameFieldSchema: ReadonlyArray<{
          description: string | null;
          embeddedDocType: string | null;
          ftype: string;
          info: object | null;
          path: string;
          subfield: string | null;
      }>

Generated using TypeDoc