Skip to main content

XpmActions._isInitialised property

Flag indicating whether the actions collection has been initialised.

Signature

protected _isInitialised: boolean;

Remarks

This flag prevents redundant initialisation and ensures idempotent behavior when XpmActions.initialise() is called multiple times.

State transitions:

  1. Initially false after construction.
  2. Set to true after successful template expansion and action name registration.
  3. Checked at the beginning of XpmActions.initialise() to return early if already initialised.

This pattern supports safe repeated calls during complex initialisation sequences without duplicating work or corrupting internal state.


Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.