Skip to main content

ListElementConfig

export
type ListElementConfig<
> = any

Fields

enableDynamicMarkerBoxWidth

enableDynamicMarkerBoxWidth?: boolean;

enableExperimentalRtl

enableExperimentalRtl?: boolean;

enableRemoveBottomMarginIfNested

enableRemoveBottomMarginIfNested?: boolean;

enableRemoveTopMarginIfNested

enableRemoveTopMarginIfNested?: boolean;

getFallbackListStyleTypeFromNestLevel

getFallbackListStyleTypeFromNestLevel?: function __type(
  nestLevel: number
) : DefaultSupportedListStyleType;

markerBoxStyle

markerBoxStyle?: StyleProp<ViewStyle>;

markerTextStyle

markerTextStyle?: TextStyle;