Floret
public protocol Floret
A Floret defines a Cauli plugin. It can be used to intercept and modify network Requests as well as Responses.
-
name
Default 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 }
-
description
Default 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 }