Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Refactor/rpc subwidgets properties

wyzula_j requested to merge refactor/rpc-subwidgets-properties into master

Description

Subwigets (such as BECImagetItem or BECCurve) are accessed as property in rpc widgets.

Related Issues

closes #132 (closed)

Type of Change

  • Config is accessible as .config_dict for all rpc widgets
  • children items are accessible as a list from plotting rpc widgets

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.

Merge request reports