연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
차단 > FlyoutButton > getWorkspace
버튼의 작업공간을 가져옵니다.
서명:
getWorkspace(): WorkspaceSvg;
반환:
WorkspaceSvg
이 버튼을 배치할 작업공간입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-24(UTC)
[null,null,["최종 업데이트: 2024-08-24(UTC)"],[[["The `getWorkspace()` method retrieves the workspace associated with a specific FlyoutButton."],["It returns a WorkspaceSvg object, representing the workspace where the button resides."],["This method is used to determine the workspace in which actions related to the FlyoutButton should be performed."]]],["The `getWorkspace()` method, part of the `FlyoutButton` class, retrieves the workspace associated with a specific button. It returns a `WorkspaceSvg` object, which represents the workspace where the button is situated. This method's function is to provide access to the relevant workspace context for actions related to the button. The signature indicates that it takes no arguments and returns a workspace object.\n"]]