toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter.model
/
ShareElementGroup
Share
Element
Group
@
Immutable
data
class
ShareElementGroup
(
val
start
:
ShareElement
,
val
end
:
ShareElement
,
val
key
:
Any
)
一个共享组
Parameters
start
开始页面的共享元素
end
结束页面的共享元素
Members
Constructors
Share
Element
Group
Link copied to clipboard
constructor
(
start
:
ShareElement
,
end
:
ShareElement
,
key
:
Any
)
Properties
end
Link copied to clipboard
val
end
:
ShareElement
key
Link copied to clipboard
val
key
:
Any
start
Link copied to clipboard
val
start
:
ShareElement