A view to display signature help data.

See also:

  • moonshine.lsp.SignatureHelp

Static variables

@:value("signatureHelpView_nextSignatureButton")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.

@:value("signatureHelpView_previousSignatureButton")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.

Constructor

new()

Creates a new SignatureHelpView object.

Variables

@:flash.propertysignatureHelp:SignatureHelp

The signature help data to display.

@:style@:flash.propertytextFormat:TextFormat

The font styles used to display the text.