Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHint

Hierarchy

  • Hint
    • IHint

Index

Properties

Optional className

className: undefined | string

Optional deprecationReason

deprecationReason: Maybe<string>

Optional description

description: Maybe<string>

Optional displayText

displayText: undefined | string

Optional from

from: Position

Optional hint

hint: undefined | ((cm: Editor, data: Hints, cur: Hint) => void)

Called if a completion is picked. If provided you are responsible for applying the completion

Optional isDeprecated

isDeprecated: undefined | false | true

Optional render

render: undefined | ((element: HTMLLIElement, data: Hints, cur: Hint) => void)

text

text: string

Optional to

Optional type

type: Maybe<GraphQLType>

Generated using TypeDoc