Interface PrimitiveKindOptions

Options which are relevant for all kinds.

interface PrimitiveKindOptions {
    $name: string;
}

Hierarchy (View Summary)

Properties

Properties

$name: string

Customize the name which is used to register the kind in the kind registry.