|
| 1 | +<<< |
1 | 2 | [[appendix-custom]] |
2 | 3 | === Properties of <custom> Frame Layer === |
3 | 4 | The **<custom>** layer has all the <<appendix-layers, common>> properties as |
4 | 5 | well as ones listed below. Refer to <<frames-custom, <custom> Layer>> chapter |
5 | 6 | for detailed description. |
6 | 7 |
|
7 | | -[cols="^.^28,^.^10,^.^8,^.^8,^.^10,36", options="header"] |
| 8 | +[cols="^.^27,^.^11,^.^8,^.^10,^.^10,34", options="header"] |
8 | 9 | |=== |
9 | 10 | |Property Name|Allowed Type / Value|DSL Version|Required|Default Value ^.^|Description |
10 | | - |
11 | | -|**idReplacement**|<<intro-boolean, bool>>|1|no|false|Mark the layer as one replacing <<frames-id, <id> >>. |
| 11 | +|**[.line-through]#idReplacement#**|<<intro-boolean, bool>>|1|no|false|Mark the layer as one replacing <<frames-id, <id> >>. + |
| 12 | +**Deprecated**, use `semanticLayerType="id"` instead. |
| 13 | +|**semanticLayerType**|"payload", "id", "size", "sync", "checksum", "value", "custom"|5|no|custom|Specify what other layer **<custom>** one is replacing. |
| 14 | +|**checksumFrom**|<<intro-names, name>> string|5|no (unless **semanticLayerType** is "checksum" and **checksumUntil** is empty)||Name of the frame layer, from which the checksum calculation starts. Applicable only when `semanticLayerType="checksum"`. |
| 15 | +|**checksumUntil**|<<intro-names, name>> string|5|no (unless **semanticLayerType** is "checksum" and **checksumFrom** is empty)||Name of the frame layer, until (and including) which the checksum calculation is executed. Applicable only when `semanticLayerType="checksum"`. |
12 | 16 | |=== |
0 commit comments