hosanna-ui-docs - v0.9.0
Preparing search index...
Views/common
DeveloperUtils
IDeveloperUtilsMockResponse
Interface IDeveloperUtilsMockResponse
Interface for a mock response entry.
interface
IDeveloperUtilsMockResponse
{
enabled
:
boolean
;
httpKey
?:
string
;
response
:
JsonData
;
}
Index
Properties
enabled
http
Key?
response
Properties
enabled
enabled
:
boolean
Whether the mock response is enabled.
Optional
http
Key
httpKey
?:
string
response
response
:
JsonData
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enabled
http
Key
response
hosanna-ui-docs - v0.9.0
Loading...
Interface for a mock response entry.