OccurrenceModuleIdsPlugin.json 248 B

1234567891011
  1. {
  2. "title": "OccurrenceModuleIdsPluginOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "prioritiseInitial": {
  7. "description": "Prioritise initial size over total size.",
  8. "type": "boolean"
  9. }
  10. }
  11. }