@braze/web-sdk
Version:
Braze SDK for web sites and other JS platforms.
24 lines (23 loc) • 623 B
JavaScript
import Card from "./card.js";
export default class ControlCard extends Card {
constructor(t, s, l, i, r, n) {
super(t, s, null, null, null, l, i, null, null, null, r, n),
(this.isControl = !0),
(this.ae = "ab-control-card"),
(this.oe = !1);
}
qt() {
const t = {};
return (
(t[Card.bs.xs] = Card.ks.Ni),
(t[Card.bs.qs] = this.id),
(t[Card.bs.vs] = this.viewed),
(t[Card.bs.Bs] = this.updated),
(t[Card.bs.Cs] = this.expiresAt),
(t[Card.bs.Fs] = this.extras),
(t[Card.bs.Gs] = this.pinned),
(t[Card.bs.Ls] = this.test),
t
);
}
}