Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelsItemConfig

Channel list item configuration

description

Customizes the appearance of channel list items

example
const config: ChannelsItemConfig = {
radius: 12,
portraitSize: 'large',
topBackgroundColor: 0xEFF4FF,
hoverBackgroundColor: 0xF3F5FA,
activeBackgroundColor: 0xD2E1FE
};

Hierarchy

  • ChannelsItemConfig

Index

Properties

radius?: number

Border radius for channel list items in pixels

portraitSize?: "large" | "small"

Avatar size: 'large' or 'small'

topBackgroundColor?: number

Background color for pinned channels (hex number, e.g., 0xEFF4FF)

hoverBackgroundColor?: number

Background color on hover (hex number)

activeBackgroundColor?: number

Background color when selected/active (hex number)