Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk/codeactions/types"

Index

Functions

Const humanReadableType

  • humanReadableType(type: IType): string

Const isBooleanType

  • isBooleanType(type: IType): type is BooleanType

Const isConcreteEntityType

  • isConcreteEntityType(type: IType): type is ConcreteEntityType

Const isDateTimeType

  • isDateTimeType(type: IType): type is DateTimeType

Const isDecimalType

  • isDecimalType(type: IType): type is DecimalType

Const isEnumerationType

  • isEnumerationType(type: IType): type is EnumerationType

Const isFloatType

  • isFloatType(type: IType): type is FloatType

Const isIntegerType

  • isIntegerType(type: IType): type is IntegerType

Const isListType

  • isListType(type: IType): type is ListType

Const isParameterizedEntityType

  • isParameterizedEntityType(type: IType): type is ParameterizedEntityType

Const isStringType

  • isStringType(type: IType): type is StringType

Const isVoidType

  • isVoidType(type: IType): type is VoidType

Generated using TypeDoc