• Updates an ArcGIS JS API table (FeatureLayer) from the given table JSON.

    Parameters

    • tableJson: Partial<TableJson>

      The JSON to apply.

    • table: FeatureLayer

      The table to update.

    Returns Promise<void>