Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

CHATROOM_UPDATED

CHATROOM_UPDATED = "chatroom-updated"

CUSTOM_MESSAGE_CREATED

CUSTOM_MESSAGE_CREATED = "custom-message-created"

IMAGE_CREATED

IMAGE_CREATED = "image-created"

IMAGE_DELETED

IMAGE_DELETED = "image-deleted"

MESSAGE_CREATED

MESSAGE_CREATED = "message-created"

MESSAGE_DELETED

MESSAGE_DELETED = "message-deleted"

Type aliases

Banner

Banner: { id: string; message: string; type: BannerType }

Type declaration

ComponentStyleProp

ComponentStyleProp<TStyles>: { styles?: Partial<TStyles> }

Type parameters

  • TStyles

Type declaration

  • Optional styles?: Partial<TStyles>

DateTime

DateTime: Date | string | number

IChatMessage

IChatMessage: IChatMessageResponsePayload & { isDeleted?: boolean }

IChatMessageResponsePayload

IChatUserMessage

IChatUserMessage: IChatUserMessageResponsePayload & { isDeleted?: boolean }

IChatUserMessageResponsePayload

IChatUserMessageResponsePayload: IMessageResponsePayload | IQuoteMessageResponsePayload

IQuoteMessagePropType

IQuoteMessagePropType: IMessageResponsePayload | Omit<IQuoteMessageResponsePayload, "quote_message" | "reactions">

IQuoteMessageResponsePayload

IQuoteMessageResponsePayload: IQuoteMessagePayload & IMessageResponsePayload

LLComponentStyleFn

LLComponentStyleFn<TStyles>: (arg: { theme: ReturnType<typeof getCurrentThemeColors> }) => TStyles

Type parameters

  • TStyles

Type declaration

LLPickerEmptyComponentProps

LLPickerEmptyComponentProps: ComponentStyleProp<LLPickerEmptyComponentStyles>

LLPickerEmptyComponentStyles

LLPickerEmptyComponentStyles: { text: TextStyle }

Type declaration

  • text: TextStyle

Functions

LLPickerEmptyComponent

Const getCurrentThemeColors

  • getCurrentThemeColors(): { background: string; border: string; error: string; info: string; inputBackground: string; popoverBackground: string; primaryButtonBackground: string; secondaryBackground: string; secondaryText: string; text: string; thirdBackground: string }
  • Returns { background: string; border: string; error: string; info: string; inputBackground: string; popoverBackground: string; primaryButtonBackground: string; secondaryBackground: string; secondaryText: string; text: string; thirdBackground: string }

    • background: string
    • border: string
    • error: string
    • info: string
    • inputBackground: string
    • popoverBackground: string
    • primaryButtonBackground: string
    • secondaryBackground: string
    • secondaryText: string
    • text: string
    • thirdBackground: string

Generated using TypeDoc