onPropertyChange
onPropertyChange(property: string, value: any): void
onPropertyChange(e){
const propertyName = e.detail.property
const propertyValue = e.detail.value
}Last updated
Was this helpful?
onPropertyChange(property: string, value: any): void
onPropertyChange(e){
const propertyName = e.detail.property
const propertyValue = e.detail.value
}Last updated
Was this helpful?
Was this helpful?