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