Клуб API Карт

как получить владельца лейаута?

Пост в архиве.

допустим создали метку

var newmark =  new ymaps.Placemark(coords, {}, {balloonContentLayout: BalloonContentLayout});

на базе своего предопределенного лейаута

    BalloonContentLayout = ymaps.templateLayoutFactory.createClass(
        hmtlCode,
        {
            build: function () {
                this.constructor.superclass.build.call(this);
            },

            AnyMethod: function (e) {
                //
            }
        }
    );

как теперь из AnyMethod получить доступ к своему владельцу Placemark?