Package-level declarations

Types

Link copied to clipboard
annotation class Layout(val fqn: String = "")

An annotation which declares that a Composable function is either a layout or a page with a layout.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class NoLayout

An annotation which declares that a Page-annotated function is explicitly opting out of using a layout.

Properties

Link copied to clipboard