params property

JSObject get params

An object containing the values of the path patterns. Only named capture groups will be populated - {key}, {key=*}, {key=**}

Implementation

external JSObject get params;