type

type

type

Function

The script-visible type name of the return value.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueAnyNoEmptyThe value of the type to be read.

Return value

TypeDescription
StringReturns the script-visible type name. The extension object returns the object type name declared in bindings.json.

Example

Notes

  • Empty is returned when no parameters are passed.
  • The extended object returns the specific object type name, such as Calc, Sqlite, SqliteQuery.