‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Page\Event\ResolveJavaScriptImportEvent Class Reference
Inheritance diagram for TYPO3\CMS\Core\Page\Event\ResolveJavaScriptImportEvent:

Public Member Functions

 __construct (public readonly string $specifier, public readonly bool $loadImportConfiguration, public readonly ImportMap $importMap,)
 
 isPropagationStopped ()
 

Public Attributes

string $resolution = null
 

Detailed Description

Definition at line 23 of file ResolveJavaScriptImportEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Page\Event\ResolveJavaScriptImportEvent::__construct ( public readonly string  $specifier,
public readonly bool  $loadImportConfiguration,
public readonly ImportMap  $importMap 
)

Definition at line 27 of file ResolveJavaScriptImportEvent.php.

Member Function Documentation

◆ isPropagationStopped()

TYPO3\CMS\Core\Page\Event\ResolveJavaScriptImportEvent::isPropagationStopped ( )

Member Data Documentation

◆ $resolution

string TYPO3\CMS\Core\Page\Event\ResolveJavaScriptImportEvent::$resolution = null

Definition at line 25 of file ResolveJavaScriptImportEvent.php.