NamedNavArgument
-
Cmn
class NamedNavArgument
Construct a named NavArgument by using the navArgument method.
Summary
Public functions |
||
|---|---|---|
operator String |
Provides destructuring access to this |
Cmn
|
operator NavArgument |
Provides destructuring access to this |
Cmn
|
Public properties |
||
|---|---|---|
NavArgument |
The |
Cmn
|
String |
The name the argument is associated with |
Cmn
|
Public functions
component1
operator fun component1(): String
Provides destructuring access to this NamedNavArgument's name
component2
operator fun component2(): NavArgument
Provides destructuring access to this NamedNavArgument's argument