Type alias OpenChannelSettingsContextsType
OpenChannelSettingsContextsType: {
Fragment: React.Context<{
channel: SendbirdOpenChannel;
headerRight: string;
headerTitle: string;
onPressHeaderRight: (() => void);
}>;
}
Type declaration
Fragment: React.Context<{
channel: SendbirdOpenChannel;
headerRight: string;
headerTitle: string;
onPressHeaderRight: (() => void);
}>
Internal context for OpenChannelSettings For example, the developer can create a custom header with getting data from the domain context