연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
blockly > 직렬화 > workspaceComments > WorkspaceCommentSerializer > 저장
지정된 워크스페이스의 모든 워크스페이스 주석의 상태를 반환합니다.
서명:
save(workspace: Workspace): State[] | null;
매개변수
반환:
State[] | null
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-04(UTC)
[null,null,["최종 업데이트: 2024-11-04(UTC)"],[[["The `save` method, part of the `WorkspaceCommentSerializer` class within Blockly's serialization functionality, extracts the state of all workspace comments associated with a given workspace."],["It takes a `Workspace` object as input to identify the specific workspace for comment extraction."],["The output is either an array of `State` objects, each representing the serialized data of a workspace comment, or `null` if no comments are found."]]],[]]