Package-level declarations

Types

Link copied to clipboard
annotation class AggregateToAll

This is an internal annotation for Compose Preview Lab. Don't use this api manually.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class ComposePreviewLabOption(val displayName: String = "{{qualifiedName}}", val ignore: Boolean = false, val id: String = "{{qualifiedName}}")

By default, the qualifiedName of the Preview (ex. com.example.my.buttons.MyButtonPreview) is used as the Preview name, but this can be overridden by displayName. The name MyButtonPreview can be displayed on ComposePreviewLab by specifying the following.

Link copied to clipboard

The API marked with this annotation is experimental and unstable. Binary compatibility is not guaranteed and may be changed or removed in the future.

Link copied to clipboard

The API marked with this annotation is internal and should not be used outside of the Compose Preview Lab library. If for some reason you have no choice but to use the library, please take the latest precautions when updating the library. It may change or be removed in future versions without notice.