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