Add framework event node level event filtering
Summary: Lets you filter a nodes events by thread or type Reviewed By: lblasa Differential Revision: D48346955 fbshipit-source-id: 455d65ad21c54c5ad26782ac6a446f7ae15a4356
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3cd6079c24
commit
f5bc03c263
@@ -16,7 +16,9 @@ export function FrameworkEventsTreeSelect({
|
||||
onSetEventSelected,
|
||||
selected,
|
||||
placeholder,
|
||||
width,
|
||||
}: {
|
||||
width?: number;
|
||||
placeholder: string;
|
||||
selected: string[];
|
||||
treeData: TreeSelectNode[];
|
||||
@@ -33,7 +35,7 @@ export function FrameworkEventsTreeSelect({
|
||||
placeholder={placeholder}
|
||||
virtual={false} //for scrollbar
|
||||
style={{
|
||||
width: '100%',
|
||||
width: width ?? '100%',
|
||||
}}
|
||||
treeData={treeData}
|
||||
treeDefaultExpandAll
|
||||
|
||||
Reference in New Issue
Block a user