@refinio/one.ui
    Preparing search index...
    • This component displays all the channels that exists in the one.core instance. The channels are retrieved from the ChannelRegistry of the person. You can also explore the ChannelRegistry version history by selecting an option in the input select. You will need to pass onChannelSelected in order to specify what happens when you click on a channel box.

      Parameters

      • props: { onChannelSelected: (version: string, hash: SHA256Hash<ChannelInfo>) => void }

        Properties of this view:

        • onChannelSelected: (version: string, hash: SHA256Hash<ChannelInfo>) => void

          Handler for when a channel box is clicked

      Returns ReactElement