Endpoints

data class Endpoints(val filterPlaceholder: String, val numberOfEndpointsShown: (shown: Int, max: Int) -> String, val overrides: (number: Int) -> String, val noOverrides: String, val forced: String, val emptyTitle: String, val emptyDescription: String)

Constructors

Link copied to clipboard
constructor(filterPlaceholder: String, numberOfEndpointsShown: (shown: Int, max: Int) -> String, overrides: (number: Int) -> String, noOverrides: String, forced: String, emptyTitle: String, emptyDescription: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val numberOfEndpointsShown: (shown: Int, max: Int) -> String
Link copied to clipboard
val overrides: (number: Int) -> String