Skip to content

Commit 8ad4bfb

Browse files
committed
chore: Extend ComponentInterface with getJsPropertyResolver
1 parent 5d05d80 commit 8ad4bfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Component/ComponentInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace Loki\Components\Component;
55

6+
use Loki\Components\Util\JsPropertyResolver;
67
use Magento\Framework\View\Element\AbstractBlock;
78
use Loki\Components\Messages\GlobalMessageRegistry;
89
use Loki\Components\Messages\LocalMessageRegistry;
@@ -46,4 +47,5 @@ public function isAjax(): bool;
4647

4748
public function setIsValidated(bool $isValidated): void;
4849
public function getLayout(): LayoutInterface;
50+
public function getJsPropertyResolver(): JsPropertyResolver;
4951
}

0 commit comments

Comments
 (0)