TelescopeSelector

Overview

Specialized selection of a specific telescope from all that are available. Note that this interacts directly with the local storage provided to this library

_images/telescopeSelector.png
Example : Default usage
import { TelescopeSelector } from '@ska-telescope/ska-gui-components';

...

<TelescopeSelector telescope={telescope} testId="testId" updateTelescope={updateTelescope} />
Properties

Property

Type

Required

default

ariaDescription

string

No

‘’

Description that is used by screen readers

ariaTitle

string

No

‘’

Title that is used by screen readers

disabled

boolean

No

false

disable/enable the component

toolTip

string

No

‘’

Optional toolTip for the toggle

Constants

none

Testing Identifier

Provided by the property testId