Floret
public protocol Floret
A Floret defines a Cauli plugin. It can be used to intercept and modify network Requests as well as Responses.
-
nameDefault implementationThe name of the Floret. This will be used to identify the floret in the UI. If not implemented, the type will be used per default.
Default Implementation
Declaration
Swift
var name: String { get } -
descriptionDefault implementationAn optional description of the floret. This will be displayed alongside the floret name in the UI. Use it to explain in few words what the floret does and how to use it.
Default Implementation
Declaration
Swift
var description: String? { get }
View on GitHub
Floret Protocol Reference