• Preparing search index...
  • The search index is not available
JSON Forms Core
  • JSON Forms Core
  • Actions
  • registerCell

Function registerCell

  • registerCell(tester, cell): {
        cell: any;
        tester: RankedTester;
        type: "jsonforms/ADD_CELL";
    }
  • Parameters

    • tester: RankedTester
    • cell: any

    Returns {
        cell: any;
        tester: RankedTester;
        type: "jsonforms/ADD_CELL";
    }

    • cell: any
    • tester: RankedTester
    • type: "jsonforms/ADD_CELL"
    • Defined in actions/actions.ts:251

Settings

Member Visibility

Theme

JSON Forms Core
  • Loading...

Generated using TypeDoc