Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 990 Bytes

File metadata and controls

29 lines (21 loc) · 990 Bytes

Component: Setting

Controls some key request features of the runtime at the request level.

Component Signature

<bx:Setting enableOutputOnly=[boolean]
showDebugOutput=[boolean]
requestTimeout=[long] />

Attributes

Atrribute Type Required Description Default
enableOutputOnly boolean false If true, the runtime will only output the result of the request and not the debug output
showDebugOutput boolean false If true, the runtime will output the debug output according to the runtime in use
requestTimeout long false The timeout in seconds for the request

Examples

<bx:Setting enableOutputOnly=[boolean]
showDebugOutput=[boolean]
requestTimeout=[long] />