CRUDComponentInstanceProps

CRUD component instannce props

Definition

interface CRUDComponentInstanceProps {
    /**
     * option to refresh the list 
     */
    refreshList: () => void
}

Usage

import { CRUDComponentInstanceProps } from 'uxp/components';

Last updated