A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ko/docs/Web/API/KeyboardEvent/isComposing below:

KeyboardEvent: isComposing property - Web API

MDN Web Docs
  1. 개발자를 위한 웹 기술
  2. Web API
  3. KeyboardEvent
  4. KeyboardEvent: isComposing property

이 페이지는 영어로부터 커뮤니티에 의하여 번역되었습니다. MDN Web Docs에서 한국 커뮤니티에 가입하여 자세히 알아보세요.

Filter sidebar

목차
  1. UI 이벤트
  2. KeyboardEvent
  3. 생성자
    1. KeyboardEvent()
  4. 인스턴스 속성
    1. altKey
    2. charCode 지원이 중단되었습니다
    3. code
    4. ctrlKey
    5. isComposing
    6. key
    7. keyCode 지원이 중단되었습니다
    8. keyIdentifier 비표준 지원이 중단되었습니다
    9. location
    10. metaKey
    11. repeat
    12. shiftKey
  5. 인스턴스 메서드
    1. getModifierState()
    2. initKeyboardEvent() 지원이 중단되었습니다
  6. 상속
    1. UIEvent
    2. Event
  7. UI Events에 대한 관련 페이지
    1. CompositionEvent
    2. FocusEvent
    3. InputEvent
    4. MouseEvent
    5. MouseScrollEvent 비표준 지원이 중단되었습니다
    6. MutationEvent 비표준 지원이 중단되었습니다
    7. TextEvent 지원이 중단되었습니다
    8. UIEvent
    9. WheelEvent
  8. 안내서
    1. Code values for keyboard events
    2. Key values for keyboard events
목차 KeyboardEvent: isComposing property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

KeyboardEvent.isComposing 는 읽기 전용 속성으로 compositionstart 이후나 compositionend 이전과 같은 합성 세션 내에서 이벤트가 발생하는지를 불리언 값으로 나타냅니다.

값

불리언 값입니다.

예제

js

const kbdEvent = new KeyboardEvent("syntheticKey", false);
console.log(kbdEvent.isComposing); // false 를 반환합니다.
명세서 Specification UI Events
# dom-keyboardevent-iscomposing
브라우저 호환성 같이 보기 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2025년 5월 25일 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4