Interface KindOptions

Options which are relevant for all kinds.

interface KindOptions {
    $name: string;
}

Hierarchy (View Summary)

Properties

Properties

$name: string

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