@refinio/one.ui
    Preparing search index...
    • This component shows the channel entries inside the channel by the chronological order. You will need to pass ChannelManager as a prop in order to load the objects.

      Parameters

      • props: {
            channelHash?: SHA256Hash<ChannelInfo>;
            channelManager: ChannelManager;
            isHashTrusted: (hash: SHA256Hash) => boolean | Promise<boolean>;
            onReferenceSelected?: (reference: SHA256Hash | SHA256IdHash) => void;
        }

        Properties of this view:

      Returns ReactElement