Skip to content

Commit

Permalink
docs(SimpleCell): expandable description update (#7664)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored and actions-user committed Sep 26, 2024
1 parent 1e3ff50 commit 061a94f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vkui/src/components/SimpleCell/SimpleCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ export interface SimpleCellOwnProps extends HasComponent {
*/
disabled?: boolean;
/**
* В режиме `auto` в iOS добавляет chevron справа.
* Передавать `always`, если предполагается переход при клике по ячейке.
* Управляет видимостью иконки шеврона `›`
*
* - `auto` - добавляет шеврон справа только для платформы `ios`;
* - `always` - всегда показывает шеврон.
*/
expandable?: 'auto' | 'always';
/**
Expand Down

0 comments on commit 061a94f

Please sign in to comment.