Skip to main content

GroupRequestsWidget

Interfaces

GroupRequestsWidgetProps

API documentation for the Community-JS Widget component. Learn about the available props and the CSS API.

Import

import {Widget} from '@selfcommunity/react-ui';

Component Name

The name SCWidget can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCWidget-rootStyles applied to the root element.

Extends

Indexable

[p: string]: any

Other props

Properties

PropertyTypeDescriptionInherited from
cacheStrategy?CacheStrategiesCaching strategies Default CacheStrategies.CACHE_FIRST-
className?stringOverrides or extends the styles applied to the component. Default nullWidgetProps.className
DialogProps?BaseDialogPropsProps to spread to followers users dialog Default {}-
group?SCGroupTypeGroup Object Default null-
groupId?string | numberId of the group Default null-
GroupSubscribeButtonProps?GroupSubscribeButtonPropsProps to spread to group subscribe button component Default {}-
limit?numberLimit the number of users to show Default false-
onHeightChange?() => voidMust be called whenever a list item's height changes (for example, when a user clicks an "Expand"/"Collapse" button of a list item): it re-measures the item's height and updates VirtualScroller layout. Every change in an item's height must come as a result of changing some kind of a state, be it the item's state in VirtualScroller via .onItemStateChange(), or some other state managed by the application. Call this method to re-measure the current element.VirtualScrollerItemProps.onHeightChange
onStateChange?(state) => voidSave current state and when the component re-mount restore previous state using props. It is used to keep a copy of VirtualScroller state so that it could be quickly restored in case the VirtualScroller component gets unmounted and then re-mounted back again — for example, when the user navigates away by clicking on a list item and then navigates "Back" to the list.VirtualScrollerItemProps.onStateChange
onSubscribeActon?(userId) => anyonSubscribeAction callback-
UserProps?UserPropsProps to spread to single user object Default empty object-

Functions

GroupRequestsWidget()

GroupRequestsWidget(inProps): Element

API documentation for the Community-JS Group Requests Widget component. Learn about the available props and the CSS API.

This component displays the list of users who have requested access to the specified group.

Import

import {GroupRequestsWidget} from '@selfcommunity/react-ui';

Component Name

The name SCGroupRequestsWidget can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCGroupRequestsWidget-rootStyles applied to the root element.
title.SCGroupRequestsWidget-titleStyles applied to the title element.
noResults.SCGroupRequestsWidget-no-resultsStyles applied to no results section.
showMore.SCGroupRequestsWidget-show-moreStyles applied to show more button element.
dialogRoot.SCGroupRequestsWidget-dialog-rootStyles applied to the dialog root element.
endMessage.SCGroupRequestsWidget-end-messageStyles applied to the end message element.

Parameters

ParameterTypeDescription
inPropsGroupRequestsWidgetProps

Returns

Element


GroupRequestsWidgetSkeleton()

GroupRequestsWidgetSkeleton(props): Element

API documentation for the Community-JS Group Requests Widget Skeleton component. Learn about the available props and the CSS API.

Import

import {GroupRequestsWidgetSkeleton} from '@selfcommunity/react-ui';

Component Name

The name SCGroupRequestsWidget-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCGroupRequestsWidget-skeleton-rootStyles applied to the root element.

Parameters

ParameterType
propsWidgetProps

Returns

Element