Interface IGridviewReactProps

interface IGridviewReactProps {
    components: Record<string, FunctionComponent<IGridviewPanelProps<any>>>;
    onReady: ((event) => void);
}

Hierarchy (view full)

Properties

Properties

components: Record<string, FunctionComponent<IGridviewPanelProps<any>>>
onReady: ((event) => void)

Type declaration

Generated using TypeDoc