@saltcorn/server 1.4.0-beta.0 → 1.4.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (883) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/app.js +2 -1
  3. package/docs/assets/hierarchy.js +1 -1
  4. package/docs/assets/search.js +1 -1
  5. package/docs/classes/_saltcorn_admin-models.models_snapshot.export_.html +2 -2
  6. package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +3 -3
  7. package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +5 -5
  8. package/docs/classes/_saltcorn_data.diagram_cy_raster.default.html +4 -4
  9. package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +4 -4
  10. package/docs/classes/_saltcorn_data.diagram_nodes_node.default.html +4 -4
  11. package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +4 -4
  12. package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +4 -4
  13. package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +4 -4
  14. package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +4 -4
  15. package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +2 -2
  16. package/docs/classes/_saltcorn_data.models_crash.export_.html +2 -2
  17. package/docs/classes/_saltcorn_data.models_eventlog.export_.html +2 -2
  18. package/docs/classes/_saltcorn_data.models_field.export_.html +9 -9
  19. package/docs/classes/_saltcorn_data.models_fieldrepeat.export_.html +2 -2
  20. package/docs/classes/_saltcorn_data.models_file.export_.html +21 -21
  21. package/docs/classes/_saltcorn_data.models_form.export_.html +2 -2
  22. package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +3 -3
  23. package/docs/classes/_saltcorn_data.models_library.export_.html +2 -2
  24. package/docs/classes/_saltcorn_data.models_model.export_.html +2 -2
  25. package/docs/classes/_saltcorn_data.models_model_instance.export_.html +2 -2
  26. package/docs/classes/_saltcorn_data.models_notification.export_.html +2 -2
  27. package/docs/classes/_saltcorn_data.models_page.export_.html +11 -11
  28. package/docs/classes/_saltcorn_data.models_page_group.export_.html +16 -16
  29. package/docs/classes/_saltcorn_data.models_page_group_member.export_.html +8 -8
  30. package/docs/classes/_saltcorn_data.models_plugin.export_.html +9 -9
  31. package/docs/classes/_saltcorn_data.models_role.export_.html +2 -2
  32. package/docs/classes/_saltcorn_data.models_table.export_.html +64 -64
  33. package/docs/classes/_saltcorn_data.models_table_constraints.export_.html +2 -2
  34. package/docs/classes/_saltcorn_data.models_tag.export_.html +2 -2
  35. package/docs/classes/_saltcorn_data.models_tag_entry.export_.html +2 -2
  36. package/docs/classes/_saltcorn_data.models_trigger.export_.html +19 -19
  37. package/docs/classes/_saltcorn_data.models_user.export_.html +27 -27
  38. package/docs/classes/_saltcorn_data.models_view.export_.html +15 -15
  39. package/docs/classes/_saltcorn_data.models_workflow.export_.html +2 -2
  40. package/docs/classes/_saltcorn_data.models_workflow_run.export_.html +2 -2
  41. package/docs/classes/_saltcorn_data.models_workflow_step.export_.html +2 -2
  42. package/docs/classes/_saltcorn_data.models_workflow_trace.export_-1.html +2 -2
  43. package/docs/classes/_saltcorn_data.models_workflow_trace.export_.html +2 -2
  44. package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +2 -2
  45. package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +2 -2
  46. package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +2 -2
  47. package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +2 -2
  48. package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +1 -1
  49. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +1 -1
  50. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +1 -1
  51. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -1
  52. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +1 -1
  53. package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -1
  54. package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -1
  55. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -1
  56. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -1
  57. package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -1
  58. package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -1
  59. package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -1
  60. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +1 -1
  61. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +1 -1
  62. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +1 -1
  63. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +1 -1
  64. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +1 -1
  65. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +1 -1
  66. package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +1 -1
  67. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +1 -1
  68. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +1 -1
  69. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +1 -1
  70. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +1 -1
  71. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +1 -1
  72. package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +1 -1
  73. package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +1 -1
  74. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +1 -1
  75. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +1 -1
  76. package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +1 -1
  77. package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +1 -1
  78. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +1 -1
  79. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +1 -1
  80. package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +1 -1
  81. package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +1 -1
  82. package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +1 -1
  83. package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +1 -1
  84. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +1 -1
  85. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +1 -1
  86. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +1 -1
  87. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +1 -1
  88. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +1 -1
  89. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +1 -1
  90. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +1 -1
  91. package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +1 -1
  92. package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +1 -1
  93. package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +1 -1
  94. package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +1 -1
  95. package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +1 -1
  96. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +1 -1
  97. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +1 -1
  98. package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +1 -1
  99. package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +1 -1
  100. package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +1 -1
  101. package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +1 -1
  102. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +1 -1
  103. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +1 -1
  104. package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +1 -1
  105. package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +1 -1
  106. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +1 -1
  107. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +1 -1
  108. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +1 -1
  109. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +1 -1
  110. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +1 -1
  111. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +1 -1
  112. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +1 -1
  113. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +1 -1
  114. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +1 -1
  115. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +1 -1
  116. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +1 -1
  117. package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +1 -1
  118. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +1 -1
  119. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +1 -1
  120. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -1
  121. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -1
  122. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -1
  123. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -1
  124. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -1
  125. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -1
  126. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -1
  127. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +1 -1
  128. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -1
  129. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +1 -1
  130. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -1
  131. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -1
  132. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -1
  133. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +1 -1
  134. package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -1
  135. package/docs/functions/_saltcorn_data.db_reset_schema.export_.html +1 -1
  136. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +1 -1
  137. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +1 -1
  138. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +1 -1
  139. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +1 -1
  140. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +1 -1
  141. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +1 -1
  142. package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +1 -1
  143. package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -1
  144. package/docs/functions/_saltcorn_data.migrate.migrate.html +1 -1
  145. package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -1
  146. package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -1
  147. package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -1
  148. package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -1
  149. package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -1
  150. package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -1
  151. package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -1
  152. package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.export_.html +1 -1
  153. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -1
  154. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -1
  155. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -1
  156. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -1
  157. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -1
  158. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -1
  159. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -1
  160. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -1
  161. package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.default.html +1 -1
  162. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -1
  163. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -1
  164. package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.export_.html +1 -1
  165. package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -1
  166. package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -1
  167. package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -1
  168. package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -1
  169. package/docs/functions/_saltcorn_data.models_internal_async_json_stream.default.html +1 -1
  170. package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -1
  171. package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -1
  172. package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.html +1 -1
  173. package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -1
  174. package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -1
  175. package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -1
  176. package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -1
  177. package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -1
  178. package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -1
  179. package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -1
  180. package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -1
  181. package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -1
  182. package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -1
  183. package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +1 -1
  184. package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -1
  185. package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +1 -1
  186. package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -1
  187. package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +1 -1
  188. package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +1 -1
  189. package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +1 -1
  190. package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +1 -1
  191. package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -1
  192. package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +1 -1
  193. package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +1 -1
  194. package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +1 -1
  195. package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +1 -1
  196. package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -1
  197. package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -1
  198. package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +1 -1
  199. package/docs/functions/_saltcorn_data.plugin-helper.readState.html +1 -1
  200. package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +1 -1
  201. package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +1 -1
  202. package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +1 -1
  203. package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +1 -1
  204. package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -1
  205. package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -1
  206. package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +1 -1
  207. package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -1
  208. package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -1
  209. package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -1
  210. package/docs/functions/_saltcorn_data.standard-menu.export_.html +1 -1
  211. package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -1
  212. package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -1
  213. package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -1
  214. package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -1
  215. package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -1
  216. package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -1
  217. package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -1
  218. package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -1
  219. package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -1
  220. package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -1
  221. package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -1
  222. package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -1
  223. package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -1
  224. package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -1
  225. package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -1
  226. package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -1
  227. package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -1
  228. package/docs/functions/_saltcorn_data.translate.translate.html +1 -1
  229. package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -1
  230. package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -1
  231. package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -1
  232. package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -1
  233. package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -1
  234. package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -1
  235. package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -1
  236. package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -1
  237. package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +1 -1
  238. package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +1 -1
  239. package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -1
  240. package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -1
  241. package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -1
  242. package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +1 -1
  243. package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +1 -1
  244. package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +1 -1
  245. package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +1 -1
  246. package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +1 -1
  247. package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +1 -1
  248. package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -1
  249. package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -1
  250. package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -1
  251. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -1
  252. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -1
  253. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -1
  254. package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +1 -1
  255. package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +1 -1
  256. package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -1
  257. package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -1
  258. package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +1 -1
  259. package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +1 -1
  260. package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +1 -1
  261. package/docs/functions/_saltcorn_markup.mktag.export_.html +1 -1
  262. package/docs/functions/_saltcorn_markup.tabs.export_.html +1 -1
  263. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -1
  264. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -1
  265. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +1 -1
  266. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -1
  267. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +1 -1
  268. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -1
  269. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +1 -1
  270. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +1 -1
  271. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +1 -1
  272. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.decodeProvisioningProfile.html +1 -1
  273. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -1
  274. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -1
  275. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -1
  276. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -1
  277. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -1
  278. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -1
  279. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +1 -1
  280. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -1
  281. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +1 -1
  282. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +1 -1
  283. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -1
  284. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +1 -1
  285. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +1 -1
  286. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -1
  287. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +1 -1
  288. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -1
  289. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -1
  290. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -1
  291. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -1
  292. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -1
  293. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +1 -1
  294. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyMobileAppDirs.html +1 -1
  295. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +1 -1
  296. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +1 -1
  297. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +1 -1
  298. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -1
  299. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -1
  300. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +1 -1
  301. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -1
  302. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +1 -1
  303. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -1
  304. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -1
  305. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -1
  306. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -1
  307. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -1
  308. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -1
  309. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -1
  310. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -1
  311. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -1
  312. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -1
  313. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -1
  314. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +1 -1
  315. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -1
  316. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -1
  317. package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +1 -1
  318. package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +1 -1
  319. package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +1 -1
  320. package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +1 -1
  321. package/docs/functions/_saltcorn_sqlite.sqlite.close.html +1 -1
  322. package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +1 -1
  323. package/docs/functions/_saltcorn_sqlite.sqlite.count.html +1 -1
  324. package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +1 -1
  325. package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -1
  326. package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -1
  327. package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +1 -1
  328. package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +1 -1
  329. package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +1 -1
  330. package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +1 -1
  331. package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +1 -1
  332. package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +1 -1
  333. package/docs/functions/_saltcorn_sqlite.sqlite.init.html +1 -1
  334. package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +1 -1
  335. package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -1
  336. package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -1
  337. package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -1
  338. package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -1
  339. package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +1 -1
  340. package/docs/functions/_saltcorn_sqlite.sqlite.select.html +1 -1
  341. package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +1 -1
  342. package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +1 -1
  343. package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +1 -1
  344. package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +1 -1
  345. package/docs/functions/_saltcorn_sqlite.sqlite.update.html +1 -1
  346. package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -1
  347. package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -1
  348. package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -1
  349. package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -1
  350. package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -1
  351. package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -1
  352. package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -1
  353. package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -1
  354. package/docs/hierarchy.html +1 -1
  355. package/docs/interfaces/_saltcorn_markup.types.TagExports.html +2 -2
  356. package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +2 -2
  357. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +2 -2
  358. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +2 -2
  359. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +2 -2
  360. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +2 -2
  361. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +2 -2
  362. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +2 -2
  363. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +2 -2
  364. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +2 -2
  365. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +2 -2
  366. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +2 -2
  367. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +2 -2
  368. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +2 -2
  369. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +2 -2
  370. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +2 -2
  371. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +2 -2
  372. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +2 -2
  373. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +2 -2
  374. package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -1
  375. package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -1
  376. package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -1
  377. package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +2 -2
  378. package/docs/types/_saltcorn_data.models_file.FileCfg.html +2 -2
  379. package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -1
  380. package/docs/types/_saltcorn_data.models_form.FormCfg.html +2 -2
  381. package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +2 -2
  382. package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +1 -1
  383. package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +2 -2
  384. package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +2 -2
  385. package/docs/types/_saltcorn_data.models_table.ChildRelations.html +2 -2
  386. package/docs/types/_saltcorn_data.models_table.ParentRelations.html +2 -2
  387. package/docs/types/_saltcorn_data.models_table.RelationData.html +2 -2
  388. package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -1
  389. package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -1
  390. package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +2 -2
  391. package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +2 -2
  392. package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +2 -2
  393. package/docs/types/_saltcorn_db-common.internal.JoinField.html +2 -2
  394. package/docs/types/_saltcorn_db-common.internal.JoinFields.html +1 -1
  395. package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +1 -1
  396. package/docs/types/_saltcorn_db-common.internal.JsonPath.html +1 -1
  397. package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +1 -1
  398. package/docs/types/_saltcorn_db-common.internal.Operator.html +1 -1
  399. package/docs/types/_saltcorn_db-common.internal.PartialSome.html +1 -1
  400. package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +1 -1
  401. package/docs/types/_saltcorn_db-common.internal.Row.html +1 -1
  402. package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +2 -2
  403. package/docs/types/_saltcorn_db-common.internal.StrongRow.html +1 -1
  404. package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +2 -2
  405. package/docs/types/_saltcorn_db-common.internal.Value.html +1 -1
  406. package/docs/types/_saltcorn_db-common.internal.Where.html +2 -2
  407. package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +2 -2
  408. package/docs/types/_saltcorn_db-common.types.DbExportsType.html +2 -2
  409. package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -1
  410. package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +2 -2
  411. package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +2 -2
  412. package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +2 -2
  413. package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +2 -2
  414. package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +2 -2
  415. package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +2 -2
  416. package/docs/types/_saltcorn_markup.layout.RenderOpts.html +2 -2
  417. package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +2 -2
  418. package/docs/types/_saltcorn_markup.table.HeadersParams.html +3 -2
  419. package/docs/types/_saltcorn_markup.table.OptsParams.html +2 -2
  420. package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -1
  421. package/docs/types/_saltcorn_markup.types.Attributes.html +2 -2
  422. package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -1
  423. package/docs/types/_saltcorn_markup.types.Element.html +1 -1
  424. package/docs/types/_saltcorn_markup.types.Falsy.html +1 -1
  425. package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -1
  426. package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -1
  427. package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +2 -2
  428. package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +2 -2
  429. package/docs/types/_saltcorn_types.base_types.Action.html +3 -3
  430. package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +2 -2
  431. package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +2 -2
  432. package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +2 -2
  433. package/docs/types/_saltcorn_types.base_types.CodePagePack.html +2 -2
  434. package/docs/types/_saltcorn_types.base_types.Column.html +2 -2
  435. package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +2 -2
  436. package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +2 -2
  437. package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +2 -2
  438. package/docs/types/_saltcorn_types.base_types.ErrorObj.html +2 -2
  439. package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -1
  440. package/docs/types/_saltcorn_types.base_types.FieldView.html +1 -1
  441. package/docs/types/_saltcorn_types.base_types.Header.html +2 -2
  442. package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +2 -2
  443. package/docs/types/_saltcorn_types.base_types.Layout.html +1 -1
  444. package/docs/types/_saltcorn_types.base_types.MobileConfig.html +2 -2
  445. package/docs/types/_saltcorn_types.base_types.ModelPattern.html +6 -6
  446. package/docs/types/_saltcorn_types.base_types.Pack.html +2 -2
  447. package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -1
  448. package/docs/types/_saltcorn_types.base_types.PluginFunction.html +2 -2
  449. package/docs/types/_saltcorn_types.base_types.PluginLayout.html +2 -2
  450. package/docs/types/_saltcorn_types.base_types.PluginRoute.html +2 -2
  451. package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -1
  452. package/docs/types/_saltcorn_types.base_types.PluginType.html +2 -2
  453. package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -1
  454. package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +2 -2
  455. package/docs/types/_saltcorn_types.base_types.RelationOption.html +2 -2
  456. package/docs/types/_saltcorn_types.base_types.Req.html +2 -2
  457. package/docs/types/_saltcorn_types.base_types.Res.html +2 -2
  458. package/docs/types/_saltcorn_types.base_types.ResultType.html +2 -2
  459. package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -1
  460. package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -1
  461. package/docs/types/_saltcorn_types.base_types.SlugStepType.html +2 -2
  462. package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -1
  463. package/docs/types/_saltcorn_types.base_types.SubField.html +2 -2
  464. package/docs/types/_saltcorn_types.base_types.TableProvider.html +2 -2
  465. package/docs/types/_saltcorn_types.base_types.TableQuery.html +2 -2
  466. package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -1
  467. package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +2 -2
  468. package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +2 -2
  469. package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -1
  470. package/docs/types/_saltcorn_types.common_types.ReqRes.html +2 -2
  471. package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -1
  472. package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +2 -2
  473. package/docs/types/_saltcorn_types.common_types.Type.html +2 -2
  474. package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +2 -2
  475. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +2 -2
  476. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -1
  477. package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +2 -2
  478. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +2 -2
  479. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -1
  480. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +2 -2
  481. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -1
  482. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +2 -2
  483. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -1
  484. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +2 -2
  485. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -1
  486. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +2 -2
  487. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -1
  488. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +2 -2
  489. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -1
  490. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +2 -2
  491. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -1
  492. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -1
  493. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -1
  494. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +2 -2
  495. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -1
  496. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +2 -2
  497. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +2 -2
  498. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +2 -2
  499. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -1
  500. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +2 -2
  501. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -1
  502. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -1
  503. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +2 -2
  504. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +2 -2
  505. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +2 -2
  506. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -1
  507. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +2 -2
  508. package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +1 -1
  509. package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -1
  510. package/docs/variables/_saltcorn_admin-models..backup.restore.html +1 -1
  511. package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +1 -1
  512. package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +1 -1
  513. package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +1 -1
  514. package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +1 -1
  515. package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -1
  516. package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +1 -1
  517. package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +1 -1
  518. package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +1 -1
  519. package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +1 -1
  520. package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +1 -1
  521. package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +1 -1
  522. package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +1 -1
  523. package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +1 -1
  524. package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +1 -1
  525. package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +1 -1
  526. package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +1 -1
  527. package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +1 -1
  528. package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +1 -1
  529. package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +1 -1
  530. package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +1 -1
  531. package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +1 -1
  532. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +1 -1
  533. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +1 -1
  534. package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +1 -1
  535. package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +1 -1
  536. package/docs/variables/_saltcorn_admin-models.models_backup.export_.html +1 -1
  537. package/docs/variables/_saltcorn_admin-models.pack.export_.html +1 -1
  538. package/docs/variables/_saltcorn_admin-models.tenant.export_.html +1 -1
  539. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -1
  540. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -1
  541. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -1
  542. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -1
  543. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -1
  544. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -1
  545. package/docs/variables/_saltcorn_data..migrations.html +1 -1
  546. package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +1 -1
  547. package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -1
  548. package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -1
  549. package/docs/variables/_saltcorn_data..utils.sleep.html +1 -1
  550. package/docs/variables/_saltcorn_data.base-plugin_actions.export_.html +4 -4
  551. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +1 -1
  552. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +1 -1
  553. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +1 -1
  554. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +1 -1
  555. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +1 -1
  556. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +1 -1
  557. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +1 -1
  558. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +1 -1
  559. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +1 -1
  560. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +1 -1
  561. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +1 -1
  562. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +1 -1
  563. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +1 -1
  564. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +1 -1
  565. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +1 -1
  566. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +1 -1
  567. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +1 -1
  568. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +1 -1
  569. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +1 -1
  570. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +1 -1
  571. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +1 -1
  572. package/docs/variables/_saltcorn_data.base-plugin_fileview.export_.html +1 -1
  573. package/docs/variables/_saltcorn_data.base-plugin_index.export_.html +1 -1
  574. package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +1 -1
  575. package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +1 -1
  576. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +1 -1
  577. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +1 -1
  578. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +1 -1
  579. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +1 -1
  580. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +1 -1
  581. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +1 -1
  582. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +1 -1
  583. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +1 -1
  584. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +1 -1
  585. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +1 -1
  586. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +1 -1
  587. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +1 -1
  588. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +1 -1
  589. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +1 -1
  590. package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +1 -1
  591. package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +1 -1
  592. package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +1 -1
  593. package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +1 -1
  594. package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +1 -1
  595. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +1 -1
  596. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +1 -1
  597. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +1 -1
  598. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +1 -1
  599. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +1 -1
  600. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +1 -1
  601. package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +1 -1
  602. package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +1 -1
  603. package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +1 -1
  604. package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +1 -1
  605. package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +1 -1
  606. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +1 -1
  607. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +1 -1
  608. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +1 -1
  609. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +1 -1
  610. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +1 -1
  611. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +1 -1
  612. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +1 -1
  613. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +1 -1
  614. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +1 -1
  615. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +1 -1
  616. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +1 -1
  617. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +1 -1
  618. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +1 -1
  619. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +1 -1
  620. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +1 -1
  621. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +1 -1
  622. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +1 -1
  623. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +1 -1
  624. package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +1 -1
  625. package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +1 -1
  626. package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +1 -1
  627. package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +1 -1
  628. package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +1 -1
  629. package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +1 -1
  630. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +1 -1
  631. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +1 -1
  632. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +1 -1
  633. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +1 -1
  634. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +1 -1
  635. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +1 -1
  636. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +1 -1
  637. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +1 -1
  638. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +1 -1
  639. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +1 -1
  640. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +1 -1
  641. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +1 -1
  642. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +1 -1
  643. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +1 -1
  644. package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +1 -1
  645. package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +1 -1
  646. package/docs/variables/_saltcorn_data.base-plugin_types.float.sql_name.html +1 -1
  647. package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +1 -1
  648. package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +1 -1
  649. package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +1 -1
  650. package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +2 -2
  651. package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +1 -1
  652. package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +1 -1
  653. package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +1 -1
  654. package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +1 -1
  655. package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +1 -1
  656. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +1 -1
  657. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +1 -1
  658. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +1 -1
  659. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +1 -1
  660. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +1 -1
  661. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +1 -1
  662. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +1 -1
  663. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +1 -1
  664. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +1 -1
  665. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +1 -1
  666. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +1 -1
  667. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +1 -1
  668. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +1 -1
  669. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +1 -1
  670. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +1 -1
  671. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +1 -1
  672. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +1 -1
  673. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +1 -1
  674. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +1 -1
  675. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +1 -1
  676. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +1 -1
  677. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +1 -1
  678. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +1 -1
  679. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +1 -1
  680. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +1 -1
  681. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +1 -1
  682. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +1 -1
  683. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +1 -1
  684. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +1 -1
  685. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +1 -1
  686. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +1 -1
  687. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +1 -1
  688. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +1 -1
  689. package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +1 -1
  690. package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +1 -1
  691. package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +1 -1
  692. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.export_.html +1 -1
  693. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.export_.html +1 -1
  694. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.export_.html +1 -1
  695. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.export_.html +1 -1
  696. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.export_.html +1 -1
  697. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_-1.html +1 -1
  698. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_.html +1 -1
  699. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.export_.html +1 -1
  700. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -1
  701. package/docs/variables/_saltcorn_data.contract.fieldlike.html +1 -1
  702. package/docs/variables/_saltcorn_data.contract.is_column.html +1 -1
  703. package/docs/variables/_saltcorn_data.contract.is_header.html +1 -1
  704. package/docs/variables/_saltcorn_data.contract.is_pack.html +1 -1
  705. package/docs/variables/_saltcorn_data.contract.is_plugin.html +1 -1
  706. package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +1 -1
  707. package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +1 -1
  708. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +1 -1
  709. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +1 -1
  710. package/docs/variables/_saltcorn_data.contract.is_table_query.html +1 -1
  711. package/docs/variables/_saltcorn_data.contract.is_tablely.html +1 -1
  712. package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +1 -1
  713. package/docs/variables/_saltcorn_data.db_connect.export_.html +1 -1
  714. package/docs/variables/_saltcorn_data.db_fa5-icons.default.html +1 -1
  715. package/docs/variables/_saltcorn_data.db_fixtures.export_.html +1 -1
  716. package/docs/variables/_saltcorn_data.db_index.export_.html +1 -1
  717. package/docs/variables/_saltcorn_data.db_state.export_.html +1 -1
  718. package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -1
  719. package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -1
  720. package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -1
  721. package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -1
  722. package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -1
  723. package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -1
  724. package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -1
  725. package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -1
  726. package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -1
  727. package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -1
  728. package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -1
  729. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -1
  730. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -1
  731. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -1
  732. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -1
  733. package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -1
  734. package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -1
  735. package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -1
  736. package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -1
  737. package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -1
  738. package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -1
  739. package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -1
  740. package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -1
  741. package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -1
  742. package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -1
  743. package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -1
  744. package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -1
  745. package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -1
  746. package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -1
  747. package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -1
  748. package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -1
  749. package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -1
  750. package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -1
  751. package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -1
  752. package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -1
  753. package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -1
  754. package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -1
  755. package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -1
  756. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -1
  757. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -1
  758. package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -1
  759. package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -1
  760. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -1
  761. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -1
  762. package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -1
  763. package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -1
  764. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -1
  765. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -1
  766. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -1
  767. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -1
  768. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -1
  769. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -1
  770. package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -1
  771. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -1
  772. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -1
  773. package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -1
  774. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -1
  775. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -1
  776. package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -1
  777. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -1
  778. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -1
  779. package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -1
  780. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -1
  781. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -1
  782. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -1
  783. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -1
  784. package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -1
  785. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -1
  786. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -1
  787. package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -1
  788. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -1
  789. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -1
  790. package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -1
  791. package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -1
  792. package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -1
  793. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -1
  794. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -1
  795. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -1
  796. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -1
  797. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -1
  798. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -1
  799. package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -1
  800. package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -1
  801. package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -1
  802. package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -1
  803. package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.export_.html +1 -1
  804. package/docs/variables/_saltcorn_data.models_config.export_.html +1 -1
  805. package/docs/variables/_saltcorn_data.models_discovery.export_.html +1 -1
  806. package/docs/variables/_saltcorn_data.models_email.export_.html +1 -1
  807. package/docs/variables/_saltcorn_data.models_expression.export_.html +1 -1
  808. package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -1
  809. package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +1 -1
  810. package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -1
  811. package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +1 -1
  812. package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +1 -1
  813. package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +1 -1
  814. package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +1 -1
  815. package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +1 -1
  816. package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +1 -1
  817. package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -1
  818. package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +1 -1
  819. package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +1 -1
  820. package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +1 -1
  821. package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +1 -1
  822. package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +1 -1
  823. package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +1 -1
  824. package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -1
  825. package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +1 -1
  826. package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +1 -1
  827. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -1
  828. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -1
  829. package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -1
  830. package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -1
  831. package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -1
  832. package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -1
  833. package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -1
  834. package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +1 -1
  835. package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -1
  836. package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +1 -1
  837. package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -1
  838. package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -1
  839. package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -1
  840. package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -1
  841. package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -1
  842. package/docs/variables/_saltcorn_data.models_index.random.all_views.html +1 -1
  843. package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +1 -1
  844. package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +1 -1
  845. package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -1
  846. package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -1
  847. package/docs/variables/_saltcorn_data.models_layout.export_.html +1 -1
  848. package/docs/variables/_saltcorn_data.models_random.export_.html +1 -1
  849. package/docs/variables/_saltcorn_data.models_scheduler.export_.html +1 -1
  850. package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +1 -1
  851. package/docs/variables/_saltcorn_data.tests_mocks.export_.html +1 -1
  852. package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -1
  853. package/docs/variables/_saltcorn_data.utils.export_.html +1 -1
  854. package/docs/variables/_saltcorn_data.web-mobile-commons.export_.html +1 -1
  855. package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -1
  856. package/docs/variables/_saltcorn_db-common.tenants.export_.html +1 -1
  857. package/docs/variables/_saltcorn_markup..export_.html +1 -1
  858. package/docs/variables/_saltcorn_markup.builder.export_.html +1 -1
  859. package/docs/variables/_saltcorn_markup.emergency_layout.export_.html +1 -1
  860. package/docs/variables/_saltcorn_markup.form.export_.html +1 -1
  861. package/docs/variables/_saltcorn_markup.helpers.export_.html +1 -1
  862. package/docs/variables/_saltcorn_markup.layout.export_-1.html +1 -1
  863. package/docs/variables/_saltcorn_markup.layout.export_.html +1 -1
  864. package/docs/variables/_saltcorn_markup.layout_utils.export_.html +1 -1
  865. package/docs/variables/_saltcorn_markup.mjml-layout.export_.html +1 -1
  866. package/docs/variables/_saltcorn_markup.mjml-tags.export_.html +1 -1
  867. package/docs/variables/_saltcorn_markup.table.export_.html +1 -1
  868. package/docs/variables/_saltcorn_markup.tags.export_.html +1 -1
  869. package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -1
  870. package/docs/variables/_saltcorn_types..generators.generateString.html +1 -1
  871. package/docs/variables/_saltcorn_types..generators.num_between.html +1 -1
  872. package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -1
  873. package/docs/variables/_saltcorn_types.generators.export_.html +1 -1
  874. package/help/Calculated fields.tmd +1 -1
  875. package/help/Field types.tmd +3 -3
  876. package/help/Protected fields.tmd +1 -1
  877. package/package.json +10 -9
  878. package/public/saltcorn.css +7 -0
  879. package/routes/actions.js +16 -4
  880. package/routes/api.js +1 -1
  881. package/routes/page.js +13 -4
  882. package/routes/view.js +2 -2
  883. package/tests/api.test.js +7 -0
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>export= | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.models_view.html">models/view</a></li><li><a href="" aria-current="page">export=</a></li></ul><h1>Class export=</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>View Class</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel"><h4>Implements</h4><ul class="tsd-hierarchy"><li><a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html" class="tsd-signature-type tsd-kind-interface">AbstractView</a></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L61">packages/saltcorn-data/models/view.ts:61</a></li><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L1011">packages/saltcorn-data/models/view.ts:1011</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel"><h4>Implements</h4><ul class="tsd-hierarchy"><li><a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html" class="tsd-signature-type tsd-kind-interface">AbstractView</a></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L61">packages/saltcorn-data/models/view.ts:61</a></li><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L1011">packages/saltcorn-data/models/view.ts:1011</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
3
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#attributes" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>attributes?</span></a>
4
4
  <a href="#configuration" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>configuration?</span></a>
5
5
  <a href="#default_render_page" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default_<wbr/>render_<wbr/>page?</span></a>
@@ -53,30 +53,30 @@
53
53
  <a href="#state_refresh" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>state_<wbr/>refresh</span></a>
54
54
  <a href="#update" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update</span></a>
55
55
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Constructors</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="constructor"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="constructorexport"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">&quot;export=&quot;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">o</span><span class="tsd-signature-symbol">:</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a><a href="#constructorexport" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>View constructor</p>
56
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">o</span>: <a href="" class="tsd-signature-type tsd-kind-class">export=</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">export=</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L82">packages/saltcorn-data/models/view.ts:82</a></li></ul></aside></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="attributes"><code class="tsd-tag">Optional</code><span>attributes</span><a href="#attributes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#attributes">attributes</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L73">packages/saltcorn-data/models/view.ts:73</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="configuration"><code class="tsd-tag">Optional</code><span>configuration</span><a href="#configuration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">configuration</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#configuration">configuration</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L72">packages/saltcorn-data/models/view.ts:72</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="default_render_page"><code class="tsd-tag">Optional</code><span>default_<wbr/>render_<wbr/>page</span><a href="#default_render_page" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default_render_page</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L68">packages/saltcorn-data/models/view.ts:68</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="description"><code class="tsd-tag">Optional</code><span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L70">packages/saltcorn-data/models/view.ts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="exttable_name"><code class="tsd-tag">Optional</code><span>exttable_<wbr/>name</span><a href="#exttable_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exttable_name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L69">packages/saltcorn-data/models/view.ts:69</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="id"><code class="tsd-tag">Optional</code><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#id">id</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L63">packages/saltcorn-data/models/view.ts:63</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="min_role"><span>min_<wbr/>role</span><a href="#min_role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">min_role</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#min_role">min_role</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L66">packages/saltcorn-data/models/view.ts:66</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="name"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#name">name</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L62">packages/saltcorn-data/models/view.ts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="singleton"><code class="tsd-tag">Optional</code><span>singleton</span><a href="#singleton" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">singleton</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L75">packages/saltcorn-data/models/view.ts:75</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="slug"><code class="tsd-tag">Optional</code><span>slug</span><a href="#slug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">slug</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L76">packages/saltcorn-data/models/view.ts:76</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table"><code class="tsd-tag">Optional</code><span>table</span><a href="#table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html" class="tsd-signature-type tsd-kind-interface">AbstractTable</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L74">packages/saltcorn-data/models/view.ts:74</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table_id"><code class="tsd-tag">Optional</code><span>table_<wbr/>id</span><a href="#table_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L64">packages/saltcorn-data/models/view.ts:64</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table_name"><code class="tsd-tag">Optional</code><span>table_<wbr/>name</span><a href="#table_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table_name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#table_name">table_name</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L71">packages/saltcorn-data/models/view.ts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="viewtemplate"><span>viewtemplate</span><a href="#viewtemplate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">viewtemplate</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#viewtemplate">viewtemplate</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L65">packages/saltcorn-data/models/view.ts:65</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="viewtemplateobj"><code class="tsd-tag">Optional</code><span>viewtemplate<wbr/>Obj</span><a href="#viewtemplateobj" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">viewtemplateObj</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_types.base_types.ViewTemplate.html" class="tsd-signature-type tsd-kind-type-alias">ViewTemplate</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L67">packages/saltcorn-data/models/view.ts:67</a></li></ul></aside></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Accessors</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="menu_label"><span>menu_<wbr/>label</span><a href="#menu_label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li><div class="tsd-signature" id="menu_labelmenu_label"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">menu_label</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get menu label</p>
57
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L203">packages/saltcorn-data/models/view.ts:203</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="select_option"><span>select_<wbr/>option</span><a href="#select_option" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li><div class="tsd-signature" id="select_optionselect_option"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">select_option</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L252">packages/saltcorn-data/models/view.ts:252</a></li></ul></aside></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Methods</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="authorise_get"><span>authorise_<wbr/>get</span><a href="#authorise_get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="authorise_get-1"><span class="tsd-kind-call-signature">authorise_get</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">arg</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorise_get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg</span>: <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L439">packages/saltcorn-data/models/view.ts:439</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="authorise_post"><span>authorise_<wbr/>post</span><a href="#authorise_post" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="authorise_post-1"><span class="tsd-kind-call-signature">authorise_post</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">arg</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorise_post-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg</span>: <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L405">packages/saltcorn-data/models/view.ts:405</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="check_viewtemplate"><span>check_<wbr/>viewtemplate</span><a href="#check_viewtemplate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="check_viewtemplate-1"><span class="tsd-kind-call-signature">check_viewtemplate</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#check_viewtemplate-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-throws"><h4 class="tsd-anchor-link" id="throws">Throws<a href="#throws" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L577">packages/saltcorn-data/models/view.ts:577</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="clone"><span>clone</span><a href="#clone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="clone-1"><span class="tsd-kind-call-signature">clone</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#clone-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Clone View</p>
58
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L330">packages/saltcorn-data/models/view.ts:330</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="combine_state_and_default_state"><span>combine_<wbr/>state_<wbr/>and_<wbr/>default_<wbr/>state</span><a href="#combine_state_and_default_state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="combine_state_and_default_state-1"><span class="tsd-kind-call-signature">combine_state_and_default_state</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req_query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><a href="#combine_state_and_default_state-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">req_query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L823">packages/saltcorn-data/models/view.ts:823</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="connected_objects"><span>connected_<wbr/>objects</span><a href="#connected_objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="connected_objects-1"><span class="tsd-kind-call-signature">connected_objects</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span><a href="#connected_objects-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#connected_objects">connected_objects</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L924">packages/saltcorn-data/models/view.ts:924</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="delete"><span>delete</span><a href="#delete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="delete-1"><span class="tsd-kind-call-signature">delete</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#delete-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete current view from db</p>
59
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L353">packages/saltcorn-data/models/view.ts:353</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="emitrealtimeevent"><span>emit<wbr/>Real<wbr/>Time<wbr/>Event</span><a href="#emitrealtimeevent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="emitrealtimeevent-1"><span class="tsd-kind-call-signature">emitRealTimeEvent</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">data</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#emitrealtimeevent-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>emit a Real-time collaboration event for this view.</p>
56
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">o</span>: <a href="" class="tsd-signature-type tsd-kind-class">export=</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">export=</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L82">packages/saltcorn-data/models/view.ts:82</a></li></ul></aside></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="attributes"><code class="tsd-tag">Optional</code><span>attributes</span><a href="#attributes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#attributes">attributes</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L73">packages/saltcorn-data/models/view.ts:73</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="configuration"><code class="tsd-tag">Optional</code><span>configuration</span><a href="#configuration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">configuration</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#configuration">configuration</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L72">packages/saltcorn-data/models/view.ts:72</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="default_render_page"><code class="tsd-tag">Optional</code><span>default_<wbr/>render_<wbr/>page</span><a href="#default_render_page" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default_render_page</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L68">packages/saltcorn-data/models/view.ts:68</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="description"><code class="tsd-tag">Optional</code><span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L70">packages/saltcorn-data/models/view.ts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="exttable_name"><code class="tsd-tag">Optional</code><span>exttable_<wbr/>name</span><a href="#exttable_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exttable_name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L69">packages/saltcorn-data/models/view.ts:69</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="id"><code class="tsd-tag">Optional</code><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#id">id</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L63">packages/saltcorn-data/models/view.ts:63</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="min_role"><span>min_<wbr/>role</span><a href="#min_role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">min_role</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#min_role">min_role</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L66">packages/saltcorn-data/models/view.ts:66</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="name"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#name">name</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L62">packages/saltcorn-data/models/view.ts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="singleton"><code class="tsd-tag">Optional</code><span>singleton</span><a href="#singleton" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">singleton</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L75">packages/saltcorn-data/models/view.ts:75</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="slug"><code class="tsd-tag">Optional</code><span>slug</span><a href="#slug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">slug</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L76">packages/saltcorn-data/models/view.ts:76</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table"><code class="tsd-tag">Optional</code><span>table</span><a href="#table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html" class="tsd-signature-type tsd-kind-interface">AbstractTable</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L74">packages/saltcorn-data/models/view.ts:74</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table_id"><code class="tsd-tag">Optional</code><span>table_<wbr/>id</span><a href="#table_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L64">packages/saltcorn-data/models/view.ts:64</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="table_name"><code class="tsd-tag">Optional</code><span>table_<wbr/>name</span><a href="#table_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table_name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#table_name">table_name</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L71">packages/saltcorn-data/models/view.ts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="viewtemplate"><span>viewtemplate</span><a href="#viewtemplate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">viewtemplate</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#viewtemplate">viewtemplate</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L65">packages/saltcorn-data/models/view.ts:65</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="viewtemplateobj"><code class="tsd-tag">Optional</code><span>viewtemplate<wbr/>Obj</span><a href="#viewtemplateobj" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">viewtemplateObj</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_types.base_types.ViewTemplate.html" class="tsd-signature-type tsd-kind-type-alias">ViewTemplate</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L67">packages/saltcorn-data/models/view.ts:67</a></li></ul></aside></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Accessors</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="menu_label"><span>menu_<wbr/>label</span><a href="#menu_label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li><div class="tsd-signature" id="menu_labelmenu_label"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">menu_label</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get menu label</p>
57
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L203">packages/saltcorn-data/models/view.ts:203</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="select_option"><span>select_<wbr/>option</span><a href="#select_option" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li><div class="tsd-signature" id="select_optionselect_option"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">select_option</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L252">packages/saltcorn-data/models/view.ts:252</a></li></ul></aside></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Methods</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="authorise_get"><span>authorise_<wbr/>get</span><a href="#authorise_get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="authorise_get-1"><span class="tsd-kind-call-signature">authorise_get</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">arg</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorise_get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg</span>: <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L439">packages/saltcorn-data/models/view.ts:439</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="authorise_post"><span>authorise_<wbr/>post</span><a href="#authorise_post" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="authorise_post-1"><span class="tsd-kind-call-signature">authorise_post</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">arg</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorise_post-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg</span>: <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">table_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L405">packages/saltcorn-data/models/view.ts:405</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="check_viewtemplate"><span>check_<wbr/>viewtemplate</span><a href="#check_viewtemplate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="check_viewtemplate-1"><span class="tsd-kind-call-signature">check_viewtemplate</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#check_viewtemplate-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-throws"><h4 class="tsd-anchor-link" id="throws">Throws<a href="#throws" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L577">packages/saltcorn-data/models/view.ts:577</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="clone"><span>clone</span><a href="#clone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="clone-1"><span class="tsd-kind-call-signature">clone</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#clone-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Clone View</p>
58
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L330">packages/saltcorn-data/models/view.ts:330</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="combine_state_and_default_state"><span>combine_<wbr/>state_<wbr/>and_<wbr/>default_<wbr/>state</span><a href="#combine_state_and_default_state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="combine_state_and_default_state-1"><span class="tsd-kind-call-signature">combine_state_and_default_state</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req_query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><a href="#combine_state_and_default_state-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">req_query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L823">packages/saltcorn-data/models/view.ts:823</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="connected_objects"><span>connected_<wbr/>objects</span><a href="#connected_objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="connected_objects-1"><span class="tsd-kind-call-signature">connected_objects</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span><a href="#connected_objects-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#connected_objects">connected_objects</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L924">packages/saltcorn-data/models/view.ts:924</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="delete"><span>delete</span><a href="#delete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="delete-1"><span class="tsd-kind-call-signature">delete</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#delete-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete current view from db</p>
59
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L353">packages/saltcorn-data/models/view.ts:353</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="emitrealtimeevent"><span>emit<wbr/>Real<wbr/>Time<wbr/>Event</span><a href="#emitrealtimeevent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="emitrealtimeevent-1"><span class="tsd-kind-call-signature">emitRealTimeEvent</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">data</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#emitrealtimeevent-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>emit a Real-time collaboration event for this view.</p>
60
60
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">eventType</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>event without view name (e.g. &quot;DROP_EVENT&quot;)</p>
61
61
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p>object you want to get in the event handler</p>
62
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L972">packages/saltcorn-data/models/view.ts:972</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="get_config_flow"><span>get_<wbr/>config_<wbr/>flow</span><a href="#get_config_flow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="get_config_flow-1"><span class="tsd-kind-call-signature">get_config_flow</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_saltcorn_data.models_workflow.export_.html" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#get_config_flow-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_saltcorn_data.models_workflow.export_.html" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L846">packages/saltcorn-data/models/view.ts:846</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="get_state_fields"><span>get_<wbr/>state_<wbr/>fields</span><a href="#get_state_fields" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="get_state_fields-1"><span class="tsd-kind-call-signature">get_state_fields</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.FieldLike.html" class="tsd-signature-type tsd-kind-type-alias">FieldLike</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#get_state_fields-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.FieldLike.html" class="tsd-signature-type tsd-kind-type-alias">FieldLike</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L180">packages/saltcorn-data/models/view.ts:180</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getrealtimeeventname"><span>get<wbr/>Real<wbr/>Time<wbr/>Event<wbr/>Name</span><a href="#getrealtimeeventname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getrealtimeeventname-1"><span class="tsd-kind-call-signature">getRealTimeEventName</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#getrealtimeeventname-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>get event name with view name in it (e.g. DROP_EVENT_my_kanban_view).</p>
62
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L972">packages/saltcorn-data/models/view.ts:972</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="get_config_flow"><span>get_<wbr/>config_<wbr/>flow</span><a href="#get_config_flow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="get_config_flow-1"><span class="tsd-kind-call-signature">get_config_flow</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_saltcorn_data.models_workflow.export_.html" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#get_config_flow-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_saltcorn_data.models_workflow.export_.html" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L846">packages/saltcorn-data/models/view.ts:846</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="get_state_fields"><span>get_<wbr/>state_<wbr/>fields</span><a href="#get_state_fields" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="get_state_fields-1"><span class="tsd-kind-call-signature">get_state_fields</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.FieldLike.html" class="tsd-signature-type tsd-kind-type-alias">FieldLike</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#get_state_fields-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.FieldLike.html" class="tsd-signature-type tsd-kind-type-alias">FieldLike</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L180">packages/saltcorn-data/models/view.ts:180</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getrealtimeeventname"><span>get<wbr/>Real<wbr/>Time<wbr/>Event<wbr/>Name</span><a href="#getrealtimeeventname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getrealtimeeventname-1"><span class="tsd-kind-call-signature">getRealTimeEventName</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#getrealtimeeventname-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>get event name with view name in it (e.g. DROP_EVENT_my_kanban_view).</p>
63
63
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">eventType</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>event without view name (e.g. &quot;DROP_EVENT&quot;)</p>
64
64
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the full event name</p>
65
- <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L984">packages/saltcorn-data/models/view.ts:984</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getstringsfori18n"><span>get<wbr/>Strings<wbr/>For<wbr/>I18n</span><a href="#getstringsfori18n" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getstringsfori18n-1"><span class="tsd-kind-call-signature">getStringsForI18n</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#getstringsfori18n-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L457">packages/saltcorn-data/models/view.ts:457</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gettags"><span>get<wbr/>Tags</span><a href="#gettags" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="gettags-1"><span class="tsd-kind-call-signature">getTags</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html" class="tsd-signature-type tsd-kind-interface">AbstractTag</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#gettags-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>get all tags associated with this view</p>
65
+ <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L984">packages/saltcorn-data/models/view.ts:984</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getstringsfori18n"><span>get<wbr/>Strings<wbr/>For<wbr/>I18n</span><a href="#getstringsfori18n" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getstringsfori18n-1"><span class="tsd-kind-call-signature">getStringsForI18n</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#getstringsfori18n-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L457">packages/saltcorn-data/models/view.ts:457</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gettags"><span>get<wbr/>Tags</span><a href="#gettags" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="gettags-1"><span class="tsd-kind-call-signature">getTags</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html" class="tsd-signature-type tsd-kind-interface">AbstractTag</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#gettags-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>get all tags associated with this view</p>
66
66
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html" class="tsd-signature-type tsd-kind-interface">AbstractTag</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><p>a promise with the tags</p>
67
- <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#gettags">getTags</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L962">packages/saltcorn-data/models/view.ts:962</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="inbound_connected_objects"><span>inbound_<wbr/>connected_<wbr/>objects</span><a href="#inbound_connected_objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="inbound_connected_objects-1"><span class="tsd-kind-call-signature">inbound_connected_objects</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span><a href="#inbound_connected_objects-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L905">packages/saltcorn-data/models/view.ts:905</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="interpolate_title_string"><span>interpolate_<wbr/>title_<wbr/>string</span><a href="#interpolate_title_string" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="interpolate_title_string-1"><span class="tsd-kind-call-signature">interpolate_title_string</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#interpolate_title_string-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">title</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L425">packages/saltcorn-data/models/view.ts:425</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="isremotetable"><span>is<wbr/>Remote<wbr/>Table</span><a href="#isremotetable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="isremotetable-1"><span class="tsd-kind-call-signature">isRemoteTable</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isremotetable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>saltcorn-mobile-app helper.
67
+ <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Implementation of <a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html">AbstractView</a>.<a href="../interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html#gettags">getTags</a></p><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L962">packages/saltcorn-data/models/view.ts:962</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="inbound_connected_objects"><span>inbound_<wbr/>connected_<wbr/>objects</span><a href="#inbound_connected_objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="inbound_connected_objects-1"><span class="tsd-kind-call-signature">inbound_connected_objects</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span><a href="#inbound_connected_objects-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/_saltcorn_types.base_types.ConnectedObjects.html" class="tsd-signature-type tsd-kind-type-alias">ConnectedObjects</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L905">packages/saltcorn-data/models/view.ts:905</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="interpolate_title_string"><span>interpolate_<wbr/>title_<wbr/>string</span><a href="#interpolate_title_string" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="interpolate_title_string-1"><span class="tsd-kind-call-signature">interpolate_title_string</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#interpolate_title_string-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">title</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L425">packages/saltcorn-data/models/view.ts:425</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="isremotetable"><span>is<wbr/>Remote<wbr/>Table</span><a href="#isremotetable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="isremotetable-1"><span class="tsd-kind-call-signature">isRemoteTable</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isremotetable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>saltcorn-mobile-app helper.
68
68
  Check if the table of a view is local or server-side</p>
69
69
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>true if server-side table</p>
70
- <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L949">packages/saltcorn-data/models/view.ts:949</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="opendatastream"><span>open<wbr/>Data<wbr/>Stream</span><a href="#opendatastream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="opendatastream-1"><span class="tsd-kind-call-signature">openDataStream</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">fieldName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">fieldView</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">targetOpts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#opendatastream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span></span></li><li><span><span class="tsd-kind-parameter">fieldName</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">fieldView</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">user</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">targetOpts</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L796">packages/saltcorn-data/models/view.ts:796</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="queries"><span>queries</span><a href="#queries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="queries-1"><span class="tsd-kind-call-signature">queries</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><a href="#queries-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">req</span>: <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">res</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L518">packages/saltcorn-data/models/view.ts:518</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="renderlocally"><span>render<wbr/>Locally</span><a href="#renderlocally" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="renderlocally-1"><span class="tsd-kind-call-signature">renderLocally</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#renderlocally-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Should we render on the local machine or get it from a server?
70
+ <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L949">packages/saltcorn-data/models/view.ts:949</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="opendatastream"><span>open<wbr/>Data<wbr/>Stream</span><a href="#opendatastream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="opendatastream-1"><span class="tsd-kind-call-signature">openDataStream</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">fieldName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">fieldView</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">targetOpts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#opendatastream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span></span></li><li><span><span class="tsd-kind-parameter">fieldName</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">fieldView</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">user</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">targetOpts</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L796">packages/saltcorn-data/models/view.ts:796</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="queries"><span>queries</span><a href="#queries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="queries-1"><span class="tsd-kind-call-signature">queries</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><a href="#queries-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">req</span>: <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">res</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L518">packages/saltcorn-data/models/view.ts:518</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="renderlocally"><span>render<wbr/>Locally</span><a href="#renderlocally" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="renderlocally-1"><span class="tsd-kind-call-signature">renderLocally</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#renderlocally-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Should we render on the local machine or get it from a server?
71
71
  In the normal web mode it's always the server but on mobile, we can render on the device as well</p>
72
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L992">packages/saltcorn-data/models/view.ts:992</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="rewrite_query_from_slug"><span>rewrite_<wbr/>query_<wbr/>from_<wbr/>slug</span><a href="#rewrite_query_from_slug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="rewrite_query_from_slug-1"><span class="tsd-kind-call-signature">rewrite_query_from_slug</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#rewrite_query_from_slug-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L889">packages/saltcorn-data/models/view.ts:889</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="run"><span>run</span><a href="#run" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="run-1"><span class="tsd-kind-call-signature">run</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#run-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Run (Execute) View</p>
73
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L486">packages/saltcorn-data/models/view.ts:486</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="run_possibly_on_page"><span>run_<wbr/>possibly_<wbr/>on_<wbr/>page</span><a href="#run_possibly_on_page" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="run_possibly_on_page-1"><span class="tsd-kind-call-signature">run_possibly_on_page</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extra</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">goto</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><a href="#run_possibly_on_page-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">req</span>: <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a></span></li><li><span><span class="tsd-kind-parameter">res</span>: <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li><li><span><span class="tsd-kind-parameter">extra</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">goto</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L591">packages/saltcorn-data/models/view.ts:591</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runmany"><span>run<wbr/>Many</span><a href="#runmany" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runmany-1"><span class="tsd-kind-call-signature">runMany</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">row</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#runmany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Run many views with content filtered by query.
72
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L992">packages/saltcorn-data/models/view.ts:992</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="rewrite_query_from_slug"><span>rewrite_<wbr/>query_<wbr/>from_<wbr/>slug</span><a href="#rewrite_query_from_slug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="rewrite_query_from_slug-1"><span class="tsd-kind-call-signature">rewrite_query_from_slug</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#rewrite_query_from_slug-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L889">packages/saltcorn-data/models/view.ts:889</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="run"><span>run</span><a href="#run" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="run-1"><span class="tsd-kind-call-signature">run</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#run-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Run (Execute) View</p>
73
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L486">packages/saltcorn-data/models/view.ts:486</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="run_possibly_on_page"><span>run_<wbr/>possibly_<wbr/>on_<wbr/>page</span><a href="#run_possibly_on_page" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="run_possibly_on_page-1"><span class="tsd-kind-call-signature">run_possibly_on_page</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extra</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">goto</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><a href="#run_possibly_on_page-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">req</span>: <a href="../types/_saltcorn_types.base_types.Req.html" class="tsd-signature-type tsd-kind-type-alias">Req</a></span></li><li><span><span class="tsd-kind-parameter">res</span>: <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li><li><span><span class="tsd-kind-parameter">extra</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">goto</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L591">packages/saltcorn-data/models/view.ts:591</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runmany"><span>run<wbr/>Many</span><a href="#runmany" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runmany-1"><span class="tsd-kind-call-signature">runMany</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">row</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#runmany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Run many views with content filtered by query.
74
74
  Used in Search for example</p>
75
75
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a></span><div class="tsd-comment tsd-typography"><p>this is query string</p>
76
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">row</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-throws"><h4 class="tsd-anchor-link" id="throws-1">Throws<a href="#throws-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L634">packages/saltcorn-data/models/view.ts:634</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runpost"><span>run<wbr/>Post</span><a href="#runpost" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runpost-1"><span class="tsd-kind-call-signature">runPost</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">body</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#runpost-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a></span></li><li><span><span class="tsd-kind-parameter">body</span>: <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L708">packages/saltcorn-data/models/view.ts:708</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runroute"><span>run<wbr/>Route</span><a href="#runroute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runroute-1"><span class="tsd-kind-call-signature">runRoute</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">route</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#runroute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">route</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">body</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">res</span>: <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L760">packages/saltcorn-data/models/view.ts:760</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runserverside"><span>run<wbr/>Server<wbr/>Side</span><a href="#runserverside" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runserverside-1"><span class="tsd-kind-call-signature">runServerSide</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#runserverside-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L471">packages/saltcorn-data/models/view.ts:471</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="create"><code class="tsd-tag">Static</code><span>create</span><a href="#create" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="create-1"><span class="tsd-kind-call-signature">create</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#create-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create view in database</p>
77
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">v</span>: <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L311">packages/saltcorn-data/models/view.ts:311</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="delete-2"><code class="tsd-tag">Static</code><span>delete</span><a href="#delete-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="delete-3"><span class="tsd-kind-call-signature">delete</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#delete-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete list of views</p>
76
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">row</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-throws"><h4 class="tsd-anchor-link" id="throws-1">Throws<a href="#throws-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L634">packages/saltcorn-data/models/view.ts:634</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runpost"><span>run<wbr/>Post</span><a href="#runpost" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runpost-1"><span class="tsd-kind-call-signature">runPost</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">body</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#runpost-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a></span></li><li><span><span class="tsd-kind-parameter">body</span>: <a href="../types/_saltcorn_types.common_types.GenObj.html" class="tsd-signature-type tsd-kind-type-alias">GenObj</a></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L708">packages/saltcorn-data/models/view.ts:708</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runroute"><span>run<wbr/>Route</span><a href="#runroute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runroute-1"><span class="tsd-kind-call-signature">runRoute</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">route</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">body</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">res</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">extraArgs</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">remote</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#runroute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">route</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">body</span>: <span class="tsd-signature-type">any</span></span></li><li><span><span class="tsd-kind-parameter">res</span>: <a href="../types/_saltcorn_types.base_types.Res.html" class="tsd-signature-type tsd-kind-type-alias">Res</a></span></li><li><span><span class="tsd-kind-parameter">extraArgs</span>: <a href="../types/_saltcorn_types.base_types.RunExtra.html" class="tsd-signature-type tsd-kind-type-alias">RunExtra</a></span></li><li><span><span class="tsd-kind-parameter">remote</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L760">packages/saltcorn-data/models/view.ts:760</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runserverside"><span>run<wbr/>Server<wbr/>Side</span><a href="#runserverside" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="runserverside-1"><span class="tsd-kind-call-signature">runServerSide</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#runserverside-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">any</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L471">packages/saltcorn-data/models/view.ts:471</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="create"><code class="tsd-tag">Static</code><span>create</span><a href="#create" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="create-1"><span class="tsd-kind-call-signature">create</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span><a href="#create-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create view in database</p>
77
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">v</span>: <a href="../types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html" class="tsd-signature-type tsd-kind-type-alias">ViewCfg</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L311">packages/saltcorn-data/models/view.ts:311</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="delete-2"><code class="tsd-tag">Static</code><span>delete</span><a href="#delete-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="delete-3"><span class="tsd-kind-call-signature">delete</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#delete-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete list of views</p>
78
78
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">where</span>: <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a></span><div class="tsd-comment tsd-typography"><p>condition</p>
79
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L381">packages/saltcorn-data/models/view.ts:381</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find"><code class="tsd-tag">Static</code><span>find</span><a href="#find" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find-1"><span class="tsd-kind-call-signature">find</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">selectopts</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_db-common.internal.SelectOptions.html" class="tsd-signature-type tsd-kind-type-alias">SelectOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">where</span>: <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a></span></li><li><span><span class="tsd-kind-parameter">selectopts</span>: <a href="../types/_saltcorn_db-common.internal.SelectOptions.html" class="tsd-signature-type tsd-kind-type-alias">SelectOptions</a><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L137">packages/saltcorn-data/models/view.ts:137</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_all_views_where"><code class="tsd-tag">Static</code><span>find_<wbr/>all_<wbr/>views_<wbr/>where</span><a href="#find_all_views_where" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_all_views_where-1"><span class="tsd-kind-call-signature">find_all_views_where</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">pred</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_all_views_where-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">pred</span>: <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L271">packages/saltcorn-data/models/view.ts:271</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_possible_links_to_table"><code class="tsd-tag">Static</code><span>find_<wbr/>possible_<wbr/>links_<wbr/>to_<wbr/>table</span><a href="#find_possible_links_to_table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_possible_links_to_table-1"><span class="tsd-kind-call-signature">find_possible_links_to_table</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">table</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_possible_links_to_table-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">table</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L295">packages/saltcorn-data/models/view.ts:295</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_table_views_where"><code class="tsd-tag">Static</code><span>find_<wbr/>table_<wbr/>views_<wbr/>where</span><a href="#find_table_views_where" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_table_views_where-1"><span class="tsd-kind-call-signature">find_table_views_where</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">table</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">pred</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_table_views_where-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">table</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a></span></li><li><span><span class="tsd-kind-parameter">pred</span>: <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L215">packages/saltcorn-data/models/view.ts:215</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="findone"><code class="tsd-tag">Static</code><span>find<wbr/>One</span><a href="#findone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="findone-1"><span class="tsd-kind-call-signature">findOne</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a><a href="#findone-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">where</span>: <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L118">packages/saltcorn-data/models/view.ts:118</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="state_refresh"><code class="tsd-tag">Static</code><span>state_<wbr/>refresh</span><a href="#state_refresh" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="state_refresh-1"><span class="tsd-kind-call-signature">state_refresh</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#state_refresh-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L195">packages/saltcorn-data/models/view.ts:195</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="update"><code class="tsd-tag">Static</code><span>update</span><a href="#update" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="update-1"><span class="tsd-kind-call-signature">update</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#update-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Update View description</p>
79
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L381">packages/saltcorn-data/models/view.ts:381</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find"><code class="tsd-tag">Static</code><span>find</span><a href="#find" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find-1"><span class="tsd-kind-call-signature">find</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">selectopts</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_db-common.internal.SelectOptions.html" class="tsd-signature-type tsd-kind-type-alias">SelectOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">where</span>: <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a></span></li><li><span><span class="tsd-kind-parameter">selectopts</span>: <a href="../types/_saltcorn_db-common.internal.SelectOptions.html" class="tsd-signature-type tsd-kind-type-alias">SelectOptions</a><span class="tsd-signature-symbol"> = ...</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L137">packages/saltcorn-data/models/view.ts:137</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_all_views_where"><code class="tsd-tag">Static</code><span>find_<wbr/>all_<wbr/>views_<wbr/>where</span><a href="#find_all_views_where" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_all_views_where-1"><span class="tsd-kind-call-signature">find_all_views_where</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">pred</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_all_views_where-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">pred</span>: <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L271">packages/saltcorn-data/models/view.ts:271</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_possible_links_to_table"><code class="tsd-tag">Static</code><span>find_<wbr/>possible_<wbr/>links_<wbr/>to_<wbr/>table</span><a href="#find_possible_links_to_table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_possible_links_to_table-1"><span class="tsd-kind-call-signature">find_possible_links_to_table</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">table</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_possible_links_to_table-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">table</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L295">packages/saltcorn-data/models/view.ts:295</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="find_table_views_where"><code class="tsd-tag">Static</code><span>find_<wbr/>table_<wbr/>views_<wbr/>where</span><a href="#find_table_views_where" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="find_table_views_where-1"><span class="tsd-kind-call-signature">find_table_views_where</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">table</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">pred</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#find_table_views_where-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">table</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_types.base_types.Tablely.html" class="tsd-signature-type tsd-kind-type-alias">Tablely</a></span></li><li><span><span class="tsd-kind-parameter">pred</span>: <a href="../types/_saltcorn_data.models_view.FindViewsPred.html" class="tsd-signature-type tsd-kind-type-alias">FindViewsPred</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="" class="tsd-signature-type tsd-kind-class">export=</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L215">packages/saltcorn-data/models/view.ts:215</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="findone"><code class="tsd-tag">Static</code><span>find<wbr/>One</span><a href="#findone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="findone-1"><span class="tsd-kind-call-signature">findOne</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">where</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a><a href="#findone-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">where</span>: <a href="../types/_saltcorn_db-common.internal.Where.html" class="tsd-signature-type tsd-kind-type-alias">Where</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span> <span class="tsd-signature-symbol">|</span> <a href="" class="tsd-signature-type tsd-kind-class">export=</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L118">packages/saltcorn-data/models/view.ts:118</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="state_refresh"><code class="tsd-tag">Static</code><span>state_<wbr/>refresh</span><a href="#state_refresh" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="state_refresh-1"><span class="tsd-kind-call-signature">state_refresh</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#state_refresh-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L195">packages/saltcorn-data/models/view.ts:195</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="update"><code class="tsd-tag">Static</code><span>update</span><a href="#update" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="update-1"><span class="tsd-kind-call-signature">update</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#update-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Update View description</p>
80
80
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">v</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p>view name</p>
81
81
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">number</span></span><div class="tsd-comment tsd-typography"><p>id</p>
82
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/models/view.ts#L392">packages/saltcorn-data/models/view.ts:392</a></li></ul></aside></div></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#attributes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>attributes</span></a><a href="#configuration"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>configuration</span></a><a href="#default_render_page"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default_<wbr/>render_<wbr/>page</span></a><a href="#description"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>description</span></a><a href="#exttable_name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exttable_<wbr/>name</span></a><a href="#id"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#min_role"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>min_<wbr/>role</span></a><a href="#name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a><a href="#singleton"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>singleton</span></a><a href="#slug"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slug</span></a><a href="#table"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a><a href="#table_id"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table_<wbr/>id</span></a><a href="#table_name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table_<wbr/>name</span></a><a href="#viewtemplate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>viewtemplate</span></a><a href="#viewtemplateobj"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>viewtemplate<wbr/>Obj</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Accessors</summary><div><a href="#menu_label"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>menu_<wbr/>label</span></a><a href="#select_option"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>select_<wbr/>option</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#authorise_get"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorise_<wbr/>get</span></a><a href="#authorise_post"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorise_<wbr/>post</span></a><a href="#check_viewtemplate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>check_<wbr/>viewtemplate</span></a><a href="#clone"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>clone</span></a><a href="#combine_state_and_default_state"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>combine_<wbr/>state_<wbr/>and_<wbr/>default_<wbr/>state</span></a><a href="#connected_objects"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>connected_<wbr/>objects</span></a><a href="#delete"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete</span></a><a href="#emitrealtimeevent"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>emit<wbr/>Real<wbr/>Time<wbr/>Event</span></a><a href="#get_config_flow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get_<wbr/>config_<wbr/>flow</span></a><a href="#get_state_fields"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get_<wbr/>state_<wbr/>fields</span></a><a href="#getrealtimeeventname"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Real<wbr/>Time<wbr/>Event<wbr/>Name</span></a><a href="#getstringsfori18n"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Strings<wbr/>For<wbr/>I18n</span></a><a href="#gettags"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Tags</span></a><a href="#inbound_connected_objects"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>inbound_<wbr/>connected_<wbr/>objects</span></a><a href="#interpolate_title_string"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>interpolate_<wbr/>title_<wbr/>string</span></a><a href="#isremotetable"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Remote<wbr/>Table</span></a><a href="#opendatastream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>open<wbr/>Data<wbr/>Stream</span></a><a href="#queries"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>queries</span></a><a href="#renderlocally"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>render<wbr/>Locally</span></a><a href="#rewrite_query_from_slug"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rewrite_<wbr/>query_<wbr/>from_<wbr/>slug</span></a><a href="#run"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run</span></a><a href="#run_possibly_on_page"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run_<wbr/>possibly_<wbr/>on_<wbr/>page</span></a><a href="#runmany"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Many</span></a><a href="#runpost"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Post</span></a><a href="#runroute"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Route</span></a><a href="#runserverside"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Server<wbr/>Side</span></a><a href="#create"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create</span></a><a href="#delete-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete</span></a><a href="#find"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find</span></a><a href="#find_all_views_where"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>all_<wbr/>views_<wbr/>where</span></a><a href="#find_possible_links_to_table"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>possible_<wbr/>links_<wbr/>to_<wbr/>table</span></a><a href="#find_table_views_where"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>table_<wbr/>views_<wbr/>where</span></a><a href="#findone"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find<wbr/>One</span></a><a href="#state_refresh"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>state_<wbr/>refresh</span></a><a href="#update"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
82
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/ff213c6d70f8904a29799f8fe8fea00e7d94120c/packages/saltcorn-data/models/view.ts#L392">packages/saltcorn-data/models/view.ts:392</a></li></ul></aside></div></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#attributes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>attributes</span></a><a href="#configuration"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>configuration</span></a><a href="#default_render_page"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default_<wbr/>render_<wbr/>page</span></a><a href="#description"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>description</span></a><a href="#exttable_name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exttable_<wbr/>name</span></a><a href="#id"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#min_role"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>min_<wbr/>role</span></a><a href="#name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a><a href="#singleton"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>singleton</span></a><a href="#slug"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slug</span></a><a href="#table"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a><a href="#table_id"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table_<wbr/>id</span></a><a href="#table_name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table_<wbr/>name</span></a><a href="#viewtemplate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>viewtemplate</span></a><a href="#viewtemplateobj"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>viewtemplate<wbr/>Obj</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Accessors</summary><div><a href="#menu_label"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>menu_<wbr/>label</span></a><a href="#select_option"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>select_<wbr/>option</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#authorise_get"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorise_<wbr/>get</span></a><a href="#authorise_post"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorise_<wbr/>post</span></a><a href="#check_viewtemplate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>check_<wbr/>viewtemplate</span></a><a href="#clone"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>clone</span></a><a href="#combine_state_and_default_state"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>combine_<wbr/>state_<wbr/>and_<wbr/>default_<wbr/>state</span></a><a href="#connected_objects"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>connected_<wbr/>objects</span></a><a href="#delete"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete</span></a><a href="#emitrealtimeevent"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>emit<wbr/>Real<wbr/>Time<wbr/>Event</span></a><a href="#get_config_flow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get_<wbr/>config_<wbr/>flow</span></a><a href="#get_state_fields"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get_<wbr/>state_<wbr/>fields</span></a><a href="#getrealtimeeventname"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Real<wbr/>Time<wbr/>Event<wbr/>Name</span></a><a href="#getstringsfori18n"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Strings<wbr/>For<wbr/>I18n</span></a><a href="#gettags"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Tags</span></a><a href="#inbound_connected_objects"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>inbound_<wbr/>connected_<wbr/>objects</span></a><a href="#interpolate_title_string"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>interpolate_<wbr/>title_<wbr/>string</span></a><a href="#isremotetable"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Remote<wbr/>Table</span></a><a href="#opendatastream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>open<wbr/>Data<wbr/>Stream</span></a><a href="#queries"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>queries</span></a><a href="#renderlocally"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>render<wbr/>Locally</span></a><a href="#rewrite_query_from_slug"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rewrite_<wbr/>query_<wbr/>from_<wbr/>slug</span></a><a href="#run"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run</span></a><a href="#run_possibly_on_page"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run_<wbr/>possibly_<wbr/>on_<wbr/>page</span></a><a href="#runmany"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Many</span></a><a href="#runpost"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Post</span></a><a href="#runroute"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Route</span></a><a href="#runserverside"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>run<wbr/>Server<wbr/>Side</span></a><a href="#create"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create</span></a><a href="#delete-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete</span></a><a href="#find"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find</span></a><a href="#find_all_views_where"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>all_<wbr/>views_<wbr/>where</span></a><a href="#find_possible_links_to_table"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>possible_<wbr/>links_<wbr/>to_<wbr/>table</span></a><a href="#find_table_views_where"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find_<wbr/>table_<wbr/>views_<wbr/>where</span></a><a href="#findone"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>find<wbr/>One</span></a><a href="#state_refresh"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>state_<wbr/>refresh</span></a><a href="#update"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>