SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.command
/
CommandOutput
Command
Output
data
class
CommandOutput
(
val
stdout
:
String
?
,
val
stderr
:
String
?
=
null
)
(
source
)
Members
Constructors
Command
Output
Link copied to clipboard
constructor
(
stdout
:
String
?
,
stderr
:
String
?
=
null
)
Properties
stderr
Link copied to clipboard
val
stderr
:
String
?
stdout
Link copied to clipboard
val
stdout
:
String
?