$panelScopes */ public function __construct( public readonly string $className, public readonly ActionSurfaceComponentType $componentType, public readonly array $panelScopes, ) {} public function hasPanelScope(ActionSurfacePanelScope $scope): bool { return in_array($scope, $this->panelScopes, true); } }