Skip to main content
cngx-src documentation

CngxActionFocusTrapBehavior

Type Aliasforms/select/config

projects/forms/select/shared/action-select-config.ts

Description#

Focus-trap policy for the action-slot workflow:

  • 'dirty' (default) - trap on while actionDirty() is true.
  • 'always' - trap on whenever the panel is open.
  • 'never' - shell never engages the trap; consumer owns focus.

Definition#

"always" | "dirty" | "never"