@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
13 lines (12 loc) • 684 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCCustomAdvPosition = void 0;
var SCCustomAdvPosition;
(function (SCCustomAdvPosition) {
SCCustomAdvPosition["POSITION_BELOW_TOPBAR"] = "BELOW_TOPBAR";
SCCustomAdvPosition["POSITION_BELOW_FEED_OBJECT"] = "BELOW_THE_POST";
SCCustomAdvPosition["POSITION_IN_COMMENTS"] = "IN_POST_COMMENTS";
SCCustomAdvPosition["POSITION_RELATED_POSTS_COLUMN"] = "RELATED_POSTS_COLUMN";
SCCustomAdvPosition["POSITION_FEED_SIDEBAR"] = "TOOLS_COLUMN";
SCCustomAdvPosition["POSITION_FEED"] = "IN_STREAM";
})(SCCustomAdvPosition = exports.SCCustomAdvPosition || (exports.SCCustomAdvPosition = {}));