View source
class SignatureHelpView
package moonshine.editor.text.lsp.views
extends ScrollContainer
implements IFocusExtras
A view to display signature help data.
See also:
moonshine.lsp.SignatureHelp
Static variables
staticfinalread onlyCHILD_VARIANT_NEXT_SIGNATURE_BUTTON:String = "signatureHelpView_nextSignatureButton"
The variant used to style the "next" button child component in a
theme. The component is a Button
.
staticfinalread onlyCHILD_VARIANT_PREVIOUS_SIGNATURE_BUTTON:String = "signatureHelpView_previousSignatureButton"
The variant used to style the "previous" button child component in a
theme. The component is a Button
.