We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8ca7 commit 9756ccaCopy full SHA for 9756cca
src/components/JsonSchemaViewer.tsx
@@ -17,6 +17,7 @@ export interface IJsonSchemaViewer extends ErrorBoundaryProps {
17
className?: string;
18
name?: string;
19
hideTopBar?: boolean;
20
+ maxRows?: number;
21
}
22
23
export class JsonSchemaViewerComponent extends React.PureComponent<IJsonSchemaViewer> {
0 commit comments