setTargetingInfo
Overview
Syntax
setTargetingInfo(info)Examples
RNAatkit.setTargetingInfo({
"abc" : [
"123",
"456",
"789"
],
"def" : [
"xyz",
"zyx"
]
}
);Last updated