Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletionItemLabel

Hierarchy

  • CompletionItemLabel

Index

Properties

name

name: string

The function or variable. Rendered leftmost.

Optional parameters

parameters: string

The parameters without the return type. Render after name.

Optional qualifier

qualifier: string

The fully qualified name, like package name or file path. Rendered after signature.

Optional type

type: string

The return-type of a function or type of a property/variable. Rendered rightmost.

Generated using TypeDoc