Package-level declarations

Types

Link copied to clipboard
class GithubOpenFileHandler(githubRepository: String, branch: String = "main", server: String = "https://github.com") : UrlOpenFileHandler

An OpenFileHandler that opens files in GitHub's web interface.

Link copied to clipboard
interface OpenFileHandler<T>

interface, which determines the behavior when opening source code, etc. PreviewLabGallery に指定することで機能するようになります。

Link copied to clipboard

OpenFileHandler, which opens a file based on a base URL. Generate a URL in the format $baseUrl${filePathInProject}${startLineNumberがある場合は "#L${startLineNumber}"} and open the URL using the platform default method (use LocalUriHandler).

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard

Function to easily create an OpenFileHandler implementation.