インターフェース: Path

メソッド

バインド

bind(マップ)

マップ内の Key-Value ペアをパスにバインドします。

パラメータ

地図

rules.Map

バインドにマッピングします。

値を null にすることはできません。

// Make the path '/path/something/another' by binding a map
(/path/$(foo)/$(bar)).bind({"foo": "something", "bar": "another"})