Targetables reference

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

data-width=100%
data-slots=heading, link, text

Targetable modules list

TargetableSet
A factory and manager for Targetable instances.
data-width=100%
data-slots=link, text
TargetableModule
A module that third party code can modify.
data-width=100%
data-slots=link, text
TargetableESModule
An ECMAScript module that can be changed by a third party.
data-width=100%
data-slots=link, text
TargetableESModuleArray
An ECMAScript module array that can be changed by a third party.
data-width=100%
data-slots=link, text
TargetableESModuleObject
An ECMAScript module object that can be changed by a third party.
data-width=100%
data-slots=link, text
TargetableReactComponent
An ECMAScript module containing a React component with JSX to render it.
data-width=100%
data-slots=link, text
SingleImportStatement
A static import statement in an ES module.