Interface FixedParameterKindOptions

Options which are relevant for all kinds.

interface FixedParameterKindOptions {
    $name: string;
    parameterSubtypeCheckingStrategy: TypeCheckStrategy;
}

Hierarchy (View Summary)

Properties

$name: string

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

parameterSubtypeCheckingStrategy: TypeCheckStrategy