[Home](./index.md) > [@jsamr/react-native-li](./react-native-li.md) > [MarkerBoxProps](./react-native-li.markerboxprops.md) ## MarkerBoxProps interface Props for the [MarkerBox()](./react-native-li.markerbox.md) component. Signature: ```typescript export interface MarkerBoxProps ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [counterIndex](./react-native-li.markerboxprops.counterindex.md) | number | The index to render. | | [counterRenderer](./react-native-li.markerboxprops.counterrenderer.md) | CounterStyleRenderer | The renderer to generate the marker string. | | [enableMarkerClipping](./react-native-li.markerboxprops.enablemarkerclipping.md) | boolean | Clip the marker text when it overflows the marker box. | | [markerTextStyle](./react-native-li.markerboxprops.markertextstyle.md) | TextStyle | Style for any text element. Should not contain CSS box model properties. | | [markerTextWidth](./react-native-li.markerboxprops.markertextwidth.md) | number \| false | The width for the marker text element. | | [maxNumOfCodepoints](./react-native-li.markerboxprops.maxnumofcodepoints.md) | number | The maximum length of the markerString in range. | | [rtlMarkerReversed](./react-native-li.markerboxprops.rtlmarkerreversed.md) | boolean | Whether to reverse or not the order of elements in marker (prefix, counter, suffix). | | [style](./react-native-li.markerboxprops.style.md) | StyleProp<TextStyle> | Style for the container Text element. |