searchable data inspector
Summary: Naive implementation of searchable data inspector: matching of search term agains first level keys of data Reviewed By: cgrushko Differential Revision: D21510073 fbshipit-source-id: 2010e584248a64fb3351c95a5646b1935445a13b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
029122ce7a
commit
596e11a463
@@ -14,7 +14,7 @@ import React from 'react';
|
||||
import {DataValueExtractor} from './DataPreview';
|
||||
import {HighlightProvider} from '../Highlight';
|
||||
|
||||
type ManagedDataInspectorProps = {
|
||||
export type ManagedDataInspectorProps = {
|
||||
/**
|
||||
* Object to inspect.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user