구성의 텍스트 영역 정보를 포함합니다. 이 속성은 텍스트 입력이 데이터 스튜디오에 표시되는 방식을 결정합니다.
사용:
constcc=DataStudioApp.createCommunityConnector();constconfig=cc.getConfig();consttextArea1=config.newTextArea().setId('textArea1').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"]],["최종 업데이트: 2024-12-22(UTC)"],[[["TextArea defines how text input is displayed in Data Studio, and its properties can be customized using various methods."],["Developers can use methods like `setAllowOverride`, `setHelpText`, `setId`, `setIsDynamic`, `setName`, and `setPlaceholder` to configure the TextArea."],["Each method allows for customization, like enabling overrides, setting help text, defining IDs, setting dynamic status, naming the field, and adding placeholder text."],["All configuration methods return the TextArea builder, allowing for chained configurations in a fluent manner."],["Using `TextArea`, developers can create interactive text input fields in Data Studio for users to input data."]]],[]]