Refresh Table - Perspective

Is there anything equivalent to this in perspective?

# Refresh the table to immediately show the updated data.
system.db.refresh(event.source.parent.getComponent('Power Table'), "data")

Yes, it's a component method.

self.getSibling("Table").refreshBinding("props.data")