mirror of
https://github.com/gkd-kit/gkd.git
synced 2026-06-03 21:01:49 +08:00
perf(selector): more export property
This commit is contained in:
parent
983d12bb03
commit
b9f40fc7c7
@ -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