@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.Xt = "ab-control-card"),
(this.Yt = !1);
}
dt() {
const t = {};
return (
(t[Card.ss.ts] = Card.es.Ni),
(t[Card.ss.rs] = this.id),
(t[Card.ss.os] = this.viewed),
(t[Card.ss.ps] = this.updated),
(t[Card.ss.us] = this.expiresAt),
(t[Card.ss.xs] = this.extras),
(t[Card.ss.bs] = this.pinned),
(t[Card.ss.qs] = this.test),
t
);
}
}