Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the lazy layout widget definitions #1773

Merged
merged 7 commits into from
Jan 16, 2024

Conversation

veyndan
Copy link
Contributor

@veyndan veyndan commented Jan 16, 2024

Unlike #1771, which documents the public API of LazyColumn/LazyRow, this documents the internal widget API, so that the guest-host bridge for lazy list can be better understood. Some properties are identical to the already-documented public facing API, so I've been deliberately light on the documentation here. However, some properties are unique (namely itemsBefore, itemsAfter, and items) so I wanted to document them a bit better.

If anything seems unclear or worthy of expansion, please lmk!

Copy link
Collaborator

@dellisd dellisd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a couple of comments.

@veyndan veyndan enabled auto-merge (squash) January 16, 2024 15:53
@veyndan veyndan merged commit b71fa44 into trunk Jan 16, 2024
8 checks passed
@veyndan veyndan deleted the veyndan/2024-01-15/document-lazy-list-widget branch January 16, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants