인터페이스: 경로

메서드

바인드

바인드(맵)

맵의 키-값 쌍을 경로에 바인딩합니다.

매개변수

rules.Map

바인딩할 매핑입니다.

값은 null일 수 없습니다.

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