widget_type = $widget_type; $this->element_type = 'widget'; } public function build() { return [ 'elType' => 'widget', 'widgetType' => $this->widget_type, 'elementType' => $this->element_type, 'settings' => $this->settings, 'isLocked' => $this->is_locked, ]; } }