Skip to content

Instantly share code, notes, and snippets.

@jvanderen1
Created December 1, 2019 20:56
Show Gist options
  • Save jvanderen1/436867078cf34082ab9acf4f2fe17800 to your computer and use it in GitHub Desktop.
Save jvanderen1/436867078cf34082ab9acf4f2fe17800 to your computer and use it in GitHub Desktop.
const component = getComponent({
numCols: 10,
});
const instance = component.root.instance;
console.log(instance.props.numCols); // 10
console.log(instance.props.numRows); // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment