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 .. figure:: /images/telescopeSelector.png :width: 90% .. code-block:: sh :caption: Example : Default usage import { TelescopeSelector } from '@ska-telescope/ska-gui-components'; ... .. csv-table:: Properties :header: "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" "toolTipPlacement". "string", "No", "bottom", "Allows for the positioning of the tooltip to be moved from the default" .. admonition:: Constants none .. admonition:: Testing Identifier Provided by the property *testId*