@refinio/one.ui
    Preparing search index...
    • Parameters

      • props: {
            connectionInfo: ConnectionInfo;
            getExpandableToggle: () => ReactElement;
            getInstanceName: (instanceId: SHA256IdHash<Instance>) => ReactElement;
            getPersonName: (personId: SHA256IdHash<Person>) => ReactElement;
            onError?: (e: Error) => void;
            renderHash: (idHash: SHA256IdHash<Instance | Person>) => ReactElement;
        }
        • connectionInfo: ConnectionInfo

          connection data

        • getExpandableToggle: () => ReactElement
        • getInstanceName: (instanceId: SHA256IdHash<Instance>) => ReactElement

          Optional. if not provided will not render names. Callback for getting instance names.

        • getPersonName: (personId: SHA256IdHash<Person>) => ReactElement

          Optional. if not provided will not render names. Callback for getting person names.

        • OptionalonError?: (e: Error) => void
        • renderHash: (idHash: SHA256IdHash<Instance | Person>) => ReactElement

      Returns ReactElement