toggle menu
multiplatform
0.9.1
common
switch theme
search in API
multiplatform
/
casperix.loader
/
LoaderInfo
Loader
Info
class
LoaderInfo
<
Content
:
Any
,
Error
:
Any
>
(
val
file
:
String
,
val
signal
:
EitherFuture
<
Content
,
Error
>
)
Members
Constructors
Loader
Info
Link copied to clipboard
constructor
(
file
:
String
,
signal
:
EitherFuture
<
Content
,
Error
>
)
Properties
content
Link copied to clipboard
var
content
:
Content
?
error
Link copied to clipboard
var
error
:
Error
?
file
Link copied to clipboard
val
file
:
String
is
Loading
Link copied to clipboard
var
isLoading
:
Boolean
signal
Link copied to clipboard
val
signal
:
EitherFuture
<
Content
,
Error
>