Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The format of a preference map is shown in the follow following code sample:

Code Block
linenumberstrue
preferenceMap: {
    <key from primary schema>: {
        <path in panel's model where value should be held>: <key in primary schema where value held>
        <path in panel's model where value should be held>: <key in primary schema where value held>,
        ...
    },
    <key from primary schema>: {
        <path in panel's model where value should be held>: <key in primary schema where value held>
    },
    ...
}

...