@logixjs/sandbox
Preparing search index...
HttpMockRule
Interface HttpMockRule
interface
HttpMockRule
{
delayMs
?:
number
;
json
?:
unknown
;
method
?:
string
;
status
?:
number
;
url
:
string
;
}
Index
Properties
delay
Ms?
json?
method?
status?
url
Properties
Optional
Readonly
delay
Ms
delayMs
?:
number
Optional
Readonly
json
json
?:
unknown
Optional
Readonly
method
method
?:
string
Optional
Readonly
status
status
?:
number
Readonly
url
url
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delay
Ms
json
method
status
url
@logixjs/sandbox
Loading...