constructor Method

Overloads
constructorTreeNodePlaceholder(props)  
constructorTreeNodePlaceholder(props, context?) Deprecated  

TreeNodePlaceholder(props)

TreeNodePlaceholder(props: Readonly<TreeNodePlaceholderProps>): TreeNodePlaceholder

Parameter Type Description
props Readonly<TreeNodePlaceholderProps>  

Returns - TreeNodePlaceholder



TreeNodePlaceholder(props, context?)

Deprecated  

TreeNodePlaceholder(props: TreeNodePlaceholderProps, context?: any): TreeNodePlaceholder

see https://reactjs.org/docs/legacy-context.html

Parameter Type Description
props TreeNodePlaceholderProps  
context any  

Returns - TreeNodePlaceholder


Last Updated: 11 June, 2024