@refinio/one.ui
    Preparing search index...
    • Custom list element component.

      Parameters

      • props: {
            className?: string;
            extra?: ReactElement<unknown, string | JSXElementConstructor<any>>;
            onClick?: (() => void) | (() => Promise<void>);
            text?: string;
        }
        • OptionalclassName?: string

          Optional.

        • Optionalextra?: ReactElement<unknown, string | JSXElementConstructor<any>>

          used to display other react components in a list item.

        • OptionalonClick?: (() => void) | (() => Promise<void>)

          the function which is called when the list element is clicked.

        • Optionaltext?: string

          if is supplied then the list element will contain just a text.

      Returns ReactElement