Skip to content

The shouldSkip attribute in v2 is not available anymore #2154

Answered by kettanaito
flaviodelgrosso asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @flaviodelgrosso. Can you tell me more about what you are trying to do here?

The .shouldSkip property of the request handler has been replaced with the .isUsed property:

/**
* Indicates whether this request handler has been used
* (its resolver has successfully executed).
*/
public isUsed: boolean

I'm tempted to say "just use that instead" but let's double-check with what you want to achieve here.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@kettanaito
Comment options

@flaviodelgrosso
Comment options

@flaviodelgrosso
Comment options

@kettanaito
Comment options

@flaviodelgrosso
Comment options

Answer selected by kettanaito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants