constcc=DataStudioApp.createCommunityConnector();constconfig=cc.getConfig();constinfo1=config.newTextInput().setId('info1').setName('Search').setHelpText('for example, Coldplay').setAllowOverride(true).setPlaceholder('Search for an artist for all songs.');
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-22。"],[[["`TextInput` objects are used to collect text input within a Data Studio configuration."],["These objects allow you to define the input's label (`setName`), placeholder text (`setPlaceholder`), help text (`setHelpText`), and more."],["You can control whether users can override the input's value (`setAllowOverride`) and whether it dynamically affects other configuration options (`setIsDynamic`)."],["Every `TextInput` needs a unique identifier set using the `setId` method."]]],[]]