Type alias XULElementTypes

XULElementTypes: {
    arrowscrollbox: MozArrowScrollbox;
    browser: MozBrowser;
    button: MozButton;
    button-group: ButtonGroup;
    checkbox: MozCheckbox;
    commandset: MozCommandSet;
    deck: MozDeck;
    dialog: MozDialog;
    dropmarker: MozDropmarker;
    editor: MozEditor;
    findbar: MozFindbar;
    label: MozTextLabel;
    menu: MozMenu;
    menucaption: MozMenuCaption;
    menuitem: MozMenuItem;
    menulist: MozMenuList;
    menupopup: MozMenuPopup;
    message-bar: MessageBarElement;
    moz-input-box: MozInputBox;
    named-deck: NamedDeck;
    notification-message: NotificationMessage;
    panel: MozPanel;
    panel-item: PanelItem;
    panel-list: PanelList;
    popupnotification: MozPopupNotification;
    radio: MozRadio;
    radiogroup: MozRadiogroup;
    search-textbox: MozSearchTextbox;
    stringbundle: MozStringbundle;
    tabbox: MozTabbox;
    tabpanels: MozTabpanels;
    tabs: MozTabs;
    toolbarbutton: MozToolbarbutton;
    tree: MozTree;
    treechildren: MozTreeChildren;
    treecol: MozTreecol;
    treecolpicker: MozTreecolPicker;
    treecols: MozTreecols;
    wizard: MozWizard;
    wizard-buttons: MozWizardButtons;
    wizardpage: MozWizardPage;
}

Type declaration

Generated using TypeDoc