UNPKG

@studion/infra-code-blocks

Version:
11 lines (10 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTraceIdVariable = createTraceIdVariable; const helpers_1 = require("./helpers"); function createTraceIdVariable(options = {}) { return (0, helpers_1.createTextBoxVariable)('traceId', 'Trace Id', { hide: 'hideVariable', ...options, }); }