Package-level declarations
Types
Contains the default values used by PreviewLab.
The scope of the PreviewLab, which provides methods to create fields, handle events, and manage layout nodes.
Class that holds the state of PreviewLab. Mainly holds state values that have changed due to user interaction during debugging.
Functions
Finds a mutable field by its label in the PreviewLabState, throwing an error if not found.
Finds a mutable field by its label in the PreviewLabState.
PreviewLab is a powerful preview environment for Compose UI components that enables interactive development and testing. It provides dynamic field controls, event tracking, and multi-device previews to enhance the development experience.
Convenience overload for single screen size preview using a ScreenSize object.
Convenience overload for single screen size preview.
URLパラメータからPreviewLabStateを初期化するComposable関数。 contentScaleなどの状態をURLパラメータから復元する。