Targetables reference

The Targetables API is used to modify source code using the extensibility framework.

Targetable modules list

TargetableSet

A factory and manager for Targetable instances.

TargetableModule

A module that third party code can modify.

TargetableESModule

An ECMAScript module that can be changed by a third party.

TargetableESModuleArray

An ECMAScript module array that can be changed by a third party.

TargetableESModuleObject

An ECMAScript module object that can be changed by a third party.

TargetableReactComponent

An ECMAScript module containing a React component with JSX to render it.

SingleImportStatement

A static import statement in an ES module.