mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf(selector): more export property
This commit is contained in:
parent
773154a646
commit
ddb866151c
|
@ -14,6 +14,12 @@ class CommonSelector private constructor(
|
|||
val connectKeys = selector.connectKeys
|
||||
val propertyNames = selector.propertyNames
|
||||
|
||||
val qfIdValue = selector.qfIdValue
|
||||
val qfVidValue = selector.qfVidValue
|
||||
val qfTextValue = selector.qfIdValue
|
||||
val canQf = selector.canQf
|
||||
val isMatchRoot = selector.isMatchRoot
|
||||
|
||||
fun <T : Any> match(node: T, transform: CommonTransform<T>): T? {
|
||||
return selector.match(node, transform.transform)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user