Arc.React
    Preparing search index...

    Class CommandScopeImplementation

    Represents an implementation of ICommandScope.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get aggregatedExceptions(): readonly string[]

      Gets aggregated exception messages for this scope and all child scopes.

      Returns readonly string[]

    • get aggregatedValidationFailures(): readonly ValidationResult[]

      Gets aggregated validation failures for this scope and all child scopes.

      Returns readonly ValidationResult[]

    • get exceptions(): ReadonlyMap<ICommand, string[]>

      Gets the exception messages per command for this scope's commands.

      Returns ReadonlyMap<ICommand, string[]>

    • get hasExceptions(): boolean

      Gets whether or not any commands in this scope or any child scopes have exceptions from the last execution.

      Returns boolean

    • get hasValidationFailures(): boolean

      Gets whether or not any commands in this scope or any child scopes have validation failures from the last execution.

      Returns boolean

    • get isPerforming(): boolean

      Gets whether or not any commands or queries are currently being performed in this scope or any child scopes.

      Returns boolean

    • get validationFailures(): ReadonlyMap<ICommand, ValidationResult[]>

      Gets the validation failures per command for this scope's commands.

      Returns ReadonlyMap<ICommand, ValidationResult[]>

    Methods