iron-signals

WebJar for iron-signals

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

org.webjars.bowergithub.googlearchive
Идентификатор

Идентификатор

iron-signals
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

iron-signals
WebJar for iron-signals
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/googlearchive/iron-signals

Скачать iron-signals

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/ -->
<dependency>
    <groupId>org.webjars.bowergithub.googlearchive</groupId>
    <artifactId>iron-signals</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/
implementation 'org.webjars.bowergithub.googlearchive:iron-signals:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/
implementation ("org.webjars.bowergithub.googlearchive:iron-signals:1.0.3")
'org.webjars.bowergithub.googlearchive:iron-signals:jar:1.0.3'
<dependency org="org.webjars.bowergithub.googlearchive" name="iron-signals" rev="1.0.3">
  <artifact name="iron-signals" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.googlearchive', module='iron-signals', version='1.0.3')
)
libraryDependencies += "org.webjars.bowergithub.googlearchive" % "iron-signals" % "1.0.3"
[org.webjars.bowergithub.googlearchive/iron-signals "1.0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bowergithub.polymer : polymer jar [1.0.0,2)

Модули Проекта

Данный проект не имеет модулей.

Build status

Demo and API docs

##<iron-signals>

iron-signals provides basic publish-subscribe functionality.

Note: avoid using iron-signals whenever you can use a controller (parent element) to mediate communication instead.

To send a signal, fire a custom event of type iron-signal, with a detail object containing name and data fields.

this.fire('iron-signal', {name: 'hello', data: null});

To receive a signal, listen for iron-signal-<name> event on a iron-signals element.

You can fire a signal event from anywhere, and all iron-signals elements will receive the event, regardless of where they are in DOM.

org.webjars.bowergithub.googlearchive

Google Archive

Where old projects go to retire. All projects here are completely frozen, though feel free to fork and continue using them on your own.

Версии библиотеки

Версия
1.0.3