http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
View
View
data
class
View
(
val
id
:
ViewId
,
val
name
:
String
,
val
builtIn
:
Boolean
=
false
,
val
filter
:
TransactionFilter
=
TransactionFilter()
)
(
source
)
Members
Members & Extensions
Constructors
View
Link copied to clipboard
constructor
(
id
:
ViewId
,
name
:
String
,
builtIn
:
Boolean
=
false
,
filter
:
TransactionFilter
=
TransactionFilter()
)
Properties
built
In
Link copied to clipboard
val
builtIn
:
Boolean
filter
Link copied to clipboard
val
filter
:
TransactionFilter
id
Link copied to clipboard
val
id
:
ViewId
name
Link copied to clipboard
val
name
:
String
Functions
to
Button
View
Link copied to clipboard
fun
View
.
toButtonView
(
)
:
ViewButtonView