Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. ElementStream<T extends Event>
  4. matches abstract method
matches
description

matches abstract method

Stream<T>matches(
  1. Stringselector
)

Return a stream that only fires when the particular event fires forelements matching the specified CSS selector.

This is the Dart equivalent to jQuery'sdelegate.

Implementation

Stream<T> matches(String selector);
  1. Dart
  2. dart:html
  3. ElementStream<T extends Event>
  4. matches abstract method
ElementStream class

[8]ページ先頭

©2009-2025 Movatter.jp