Interface MultiplicityKindOptions

Options which are relevant for all kinds.

interface MultiplicityKindOptions {
    $name: string;
    symbolForUnlimited: string;
}

Hierarchy (View Summary)

Properties

$name: string

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

symbolForUnlimited: string