fox-block-builder
Version:
Maintainable code for loop slack-block-kit-like modal builder
121 lines • 4.79 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Prop = void 0;
var Prop;
(function (Prop) {
Prop["AuthorName"] = "authorName";
Prop["Blocks"] = "blocks";
Prop["Elements"] = "elements";
Prop["BlockId"] = "blockId";
Prop["ExternalId"] = "externalId";
Prop["Label"] = "label";
Prop["Element"] = "element";
Prop["Hint"] = "hint";
Prop["Optional"] = "optional";
Prop["Fields"] = "fields";
Prop["Accessory"] = "accessory";
Prop["ActionId"] = "actionId";
Prop["Url"] = "url";
Prop["Style"] = "style";
Prop["Value"] = "value";
Prop["Option"] = "option";
Prop["Confirm"] = "confirm";
Prop["ImageUrl"] = "imageUrl";
Prop["AltText"] = "altText";
Prop["Options"] = "options";
Prop["InitialOptions"] = "initialOptions";
Prop["InitialOption"] = "initialOption";
Prop["Placeholder"] = "placeholder";
Prop["Type"] = "type";
Prop["Source"] = "source";
Prop["InitialDateTime"] = "initialDateTime";
Prop["InitialValue"] = "initialValue";
Prop["IsDecimalAllowed"] = "isDecimalAllowed";
Prop["Multiline"] = "multiline";
Prop["MinLength"] = "minLength";
Prop["MaxLength"] = "maxLength";
Prop["MinValue"] = "minValue";
Prop["MaxValue"] = "maxValue";
Prop["InitialChannel"] = "initialChannel";
Prop["InitialChannels"] = "initialChannels";
Prop["InitialConversation"] = "initialConversation";
Prop["InitialConversations"] = "initialConversations";
Prop["ResponseUrlEnabled"] = "responseUrlEnabled";
Prop["DefaultToCurrentConversation"] = "defaultToCurrentConversation";
Prop["Filter"] = "filter";
Prop["MinQueryLength"] = "minQueryLength";
Prop["OptionGroups"] = "optionGroups";
Prop["InitialUser"] = "initialUser";
Prop["InitialUsers"] = "initialUsers";
Prop["MaxSelectedItems"] = "maxSelectedItems";
Prop["Title"] = "title";
Prop["Submit"] = "submit";
Prop["Close"] = "close";
Prop["Deny"] = "deny";
Prop["ExcludeExternalSharedChannels"] = "excludeExternalSharedChannels";
Prop["ExcludeBotUsers"] = "excludeBotUsers";
Prop["Text"] = "text";
Prop["PrivateMetaData"] = "privateMetaData";
Prop["CallbackId"] = "callbackId";
Prop["Channel"] = "channel";
Prop["ClearOnClose"] = "clearOnClose";
Prop["NotifyOnClose"] = "notifyOnClose";
Prop["Description"] = "description";
Prop["Danger"] = "danger";
Prop["Primary"] = "primary";
Prop["AsUser"] = "asUser";
Prop["ThreadTs"] = "threadTs";
Prop["ReplaceOriginal"] = "replaceOriginal";
Prop["DeleteOriginal"] = "deleteOriginal";
Prop["ResponseType"] = "responseType";
Prop["PostAt"] = "postAt";
Prop["Ephemeral"] = "ephemeral";
Prop["InChannel"] = "inChannel";
Prop["Ts"] = "ts";
Prop["Color"] = "color";
Prop["Fallback"] = "fallback";
Prop["Attachments"] = "attachments";
Prop["DispatchAction"] = "dispatchAction";
Prop["DispatchActionConfig"] = "dispatchActionConfig";
Prop["OnEnterPressed"] = "onEnterPressed";
Prop["OnCharacterEntered"] = "onCharacterEntered";
Prop["DispatchActionOnEnterPressed"] = "dispatchActionOnEnterPressed";
Prop["DispatchActionOnCharacterEntered"] = "dispatchActionOnCharacterEntered";
Prop["InitialTime"] = "initialTime";
Prop["Mrkdwn"] = "mrkdwn";
Prop["IgnoreMarkdown"] = "ignoreMarkdown";
Prop["SubmitDisabled"] = "submitDisabled";
Prop["FocusOnLoad"] = "focusOnLoad";
Prop["AccessibilityLabel"] = "accessibilityLabel";
Prop["ProviderIconUrl"] = "providerIconUrl";
Prop["ProviderName"] = "providerName";
Prop["TitleUrl"] = "titleUrl";
Prop["ThumbnailUrl"] = "thumbnailUrl";
Prop["VideoUrl"] = "videoUrl";
Prop["MaxFiles"] = "maxFiles";
Prop["Filetypes"] = "filetypes";
/** Расширенные параметры нашего форка */
Prop["AsTitle"] = "asTitle";
Prop["Access"] = "access";
Prop["Analytics"] = "analytics";
Prop["MinOffset"] = "minOffset";
Prop["MaxOffset"] = "maxOffset";
Prop["CustomField"] = "customField";
Prop["NotCustom"] = "notCustom";
Prop["Directory"] = "directory";
Prop["ForTeams"] = "forTeams";
Prop["GetValue"] = "getValue";
Prop["OneSType"] = "oneSType";
Prop["Exclude"] = "exclude";
Prop["YearSince"] = "yearSince";
Prop["SubmitOnClick"] = "submitOnClick";
Prop["OnChange"] = "onChange";
Prop["OnSelect"] = "onSelect";
Prop["Variant"] = "variant";
Prop["RegExp"] = "regExp";
Prop["InitialOffset"] = "initialOffset";
Prop["InitialOffsetRange"] = "initialOffsetRange";
Prop["HintField"] = "hintField";
Prop["NoSubmit"] = "noSubmit";
})(Prop || (exports.Prop = Prop = {}));
//# sourceMappingURL=props.js.map