interface ForceArguments {
    forceArgs?: "all" | readonly boolean[];
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of ForceArguments

Properties

Properties

forceArgs?: "all" | readonly boolean[]

which of the arguments should be forced? this may be all, e.g., if the function itself is unknown on encounter