10 lines
161 B
TypeScript
10 lines
161 B
TypeScript
import { Panel } from ".."
|
|
|
|
const panel = Panel()
|
|
|
|
panel.addBindings({
|
|
source_property_name: `[ $abc ]`,
|
|
target_property_name: "#text",
|
|
})
|
|
|
|
console.log(panel)
|