Interface TypeJson

Basic types in ArkTS are represented by a name.

interface TypeJson {
    _identifier: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

_identifier: string

This is used to as a unique type identifier to deserialize the AST node.

name: string