spiegel-keyman/web/src/engine/attachment
Marc Durdin 2726050601 maint(common): rename and move node-related script functions into node.inc.sh
Consolidates the node-related script functions into node.inc.sh, as part
of cleaning up the build scripts and making them easier to maintain into
the future.

Fixes: #14447
2025-08-02 13:34:29 +10:00
..
src change(web): address engine/attachment linter errors 2025-04-29 11:28:28 +07:00
.c8rc.json chore(web): fix coverage-reporting artifact 2025-02-12 15:56:54 +07:00
build.sh maint(common): rename and move node-related script functions into node.inc.sh 2025-08-02 13:34:29 +10:00
readme.md refactor(web): extracts engine/attachment child project 2023-05-15 13:57:34 +07:00
tsconfig.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00

engine/attachment

This submodule defines the behaviors of KeymanWeb's page and element attachment model - that is, the logic KeymanWeb uses to integrate with its host page and determine which elements are eligible for use as Keyman-editable context.

Note that this component does not define any related handlers used to hook into the elements, determine changes in focus, or any other related logic. This is focused solely on determining page components are supported for use as input context providers.