@braze/web-sdk
Version:
Braze SDK for web sites and other JS platforms.
24 lines (23 loc) • 635 B
JavaScript
import Card from "./card.js";
export default class ControlCard extends Card {
constructor(l, t, s, i, n, r) {
super(l, t, null, null, null, null, s, null, i, null, null, null, n, r),
(this.isControl = !0),
(this.oe = "ab-control-card"),
(this.ae = !1);
}
bt() {
const l = {};
return (
(l[Card.es.hs] = Card.ds.ci),
(l[Card.es.ps] = this.id),
(l[Card.es.us] = this.viewed),
(l[Card.es.bs] = this.updated),
(l[Card.es.zs] = this.expiresAt),
(l[Card.es.vs] = this.extras),
(l[Card.es.ws] = this.pinned),
(l[Card.es.Bs] = this.test),
l
);
}
}