CRUDComponentInstanceProps
Definition
interface CRUDComponentInstanceProps {
/**
* option to refresh the list
*/
refreshList: () => void
}Usage
import { CRUDComponentInstanceProps } from 'uxp/components';Last updated