PromucFlow_constructor/app/client/src/constants/HelpConstants.ts
NandanAnantharamu 6c80f23201
Feature: DatePicker V2 (#2889)
Co-authored-by: vicky-primathon.in <vicky.bansal@primathon.in>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-02-23 18:05:09 +05:30

113 lines
2.3 KiB
TypeScript

export const HelpMap = {
CONTAINER_WIDGET: {
path: "/widget-reference/container",
searchKey: "Container",
},
CHECKBOX_WIDGET: {
path: "/widget-reference/checkbox",
searchKey: "Checkbox",
},
BUTTON_WIDGET: {
path: "/widget-reference/button",
searchKey: "Button",
},
TEXT_WIDGET: {
path: "/widget-reference/text",
searchKey: "Text",
},
IMAGE_WIDGET: {
path: "/widget-reference/image",
searchKey: "Image",
},
INPUT_WIDGET: {
path: "/widget-reference/input",
searchKey: "Input",
},
DATE_PICKER_WIDGET: {
path: "/widget-reference/datepicker",
searchKey: "DatePicker",
},
DATE_PICKER_WIDGET2: {
path: "/widget-reference/datepicker",
searchKey: "DatePicker",
},
TABLE_WIDGET: {
path: "/widget-reference/table",
searchKey: "Table",
},
VIDEO_WIDGET: {
path: "/widget-reference/video",
searchKey: "Video",
},
DROP_DOWN_WIDGET: {
path: "/widget-reference/dropdown",
searchKey: "Dropdown",
},
RADIO_GROUP_WIDGET: {
path: "/widget-reference/radio",
searchKey: "Radio",
},
RICH_TEXT_EDITOR_WIDGET: {
path: "",
searchKey: "Rich Text Editor",
},
CHART_WIDGET: {
path: "/widget-reference/chart",
searchKey: "Chart",
},
FORM_WIDGET: {
path: "/widget-reference/form",
searchKey: "Form",
},
FILE_PICKER_WIDGET: {
path: "/widget-reference/filepicker",
searchKey: "File picker",
},
FORM_BUTTON_WIDGET: {
path: "",
searchKey: "",
},
CANVAS_WIDGET: {
path: "",
searchKey: "",
},
ICON_WIDGET: {
path: "",
searchKey: "",
},
SKELETON_WIDGET: {
path: "",
searchKey: "",
},
TABS_WIDGET: {
path: "",
searchKey: "Tabs",
},
MODAL_WIDGET: {
path: "",
searchKey: "",
},
MAP_WIDGET: {
path: "",
searchKey: "Map",
},
API_MAIN: {
path: "/core-concepts/apis",
searchKey: "Apis",
},
API_BINDING: {
path: "/core-concepts/capturing-data-write",
searchKey: "Taking Inputs from Widgets",
},
DATASOURCE_FORM: {
path: "/core-concepts/connecting-to-databases",
searchKey: "Connecting to databases",
},
SWITCH_WIDGET: {
path: "/widget-reference/switch",
searchKey: "Switch",
},
};
export const HelpBaseURL = "https://docs.appsmith.com";