StringTune/Docs

API Reference

Utilities Overview

Map of public utility exports and internal runtime helpers around the StringTune core.

Utilities Overview

This group covers utility-like primitives around the runtime.

Some of them are public exports meant for advanced integrations. Others are internal helpers documented here only so the runtime is understandable.

Public utility exports

These are the utility primitives that matter most for custom authoring and deeper integrations.

Internal runtime helpers

These are useful as runtime reference, but they should not automatically be treated as stable public API just because they exist in the source tree.

Practical rule

If you are building against the package, prefer:

  • frameDOM
  • styleTxn
  • DOMBatcher
  • GridAdapter

If you are reading the internal helpers, do it to understand the current runtime behavior, not to assume long-term package guarantees.