JUMP TOPlugin SDKGetting Events From FrontMessagesConversationsContactsControlling FrontUnassignAssignToggle ArchivedToggle TrashedOpen URLCompose New MessageCompose ReplyCompose ForwardUpdate DraftTagging a ConversationUntagging a ConversationMoving a Conversation to an InboxSearchInsert HTMLAdd TopicSet Panel WidthDialogsAlertReportConfirmPromptPrompt DateItem ListCopy to ClipboardAccessing Front DataUser ProfileFetch InboxesFetch ChannelsFetch TeammatesFetch TagsFetch NotesFetch DraftSet Panel WidthFront.setPanelWidth(width);The plugin initially appears with a width of 270px. However, you can request more space very easily by passing in your desired width in pixels to this function. width: integer The width, in pixels, to which the side panel's width will be set. JavaScriptFront.setPanelWidth(400);