Interface TopKindOptions

Options which are relevant for all kinds.

interface TopKindOptions {
    $name: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

$name: string

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

name: string