Interface SelectionServerRpc

    • Method Detail

      • select

        void select​(String key)
        Selects an item based on its key.
        Parameters:
        key - the key of the item to select
      • deselect

        void deselect​(String key)
        Deselects an item based on its key.
        Parameters:
        key - the key of the item to deselect