patchbayUiInspectStatusCommandDescriptor top-level property

PatchbayCommandDescriptor patchbayUiInspectStatusCommandDescriptor
final

Implementation

final patchbayUiInspectStatusCommandDescriptor = _ui(
  'ui.inspect.status',
  'Read the on-device widget inspector select-mode switch.',
  mode: PatchbayCommandMode.readOnly,
  effect: PatchbaySideEffect.none,
  facts: _appFacts,
  cliSyntax: const <PatchbayCliSyntax>[
    PatchbayCliSyntax(
      id: 'uiInspectStatus',
      path: <String>['ui', 'inspect', 'status'],
      summary: 'Read the widget select-mode switch and its lease.',
    ),
  ],
);