How to user webbrowser in slatewidget?

I don’t know using webbrowser in slatewidget.
Can you show me the example script that use webbrowser in slatewidget?
I can’t find this…
Thanks for answer

How to use…

Look up in API Refrence, when you find slate widget there on the bottom you will have FArguments struct listing all SNew arguments (note that widget also inherents aruments from parent class):

Best way to look up slate examples in engine source code it self, aspecially editor code, just search widget class name in engine github and you will find a lot of examples, here on i found:

https://github.com/EpicGames/UnrealEngine/blob/e528f9f7fa161504dd629c3b390deac93650e43a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.cpp#L90