Where can I find full documentation for lightning:progressStep?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
3
down vote

favorite












lightning:progressIndicator uses something called lightning:progressStep, but there isn't a specific article for it under Lightning component Reference. The documentation for lightning:progressIndicator mentions that lightning:progressStep supports onstepblur, onstepfocus, onstepmouseenter and onstepmouseleave (see below) but doesn't seem like that list is exhaustive, because I just slapped in an onclick to it and it worked. So wondering if there is a place or a way to read other supported events as opposed to trying'em all and hope they work?



enter image description here










share|improve this question



























    up vote
    3
    down vote

    favorite












    lightning:progressIndicator uses something called lightning:progressStep, but there isn't a specific article for it under Lightning component Reference. The documentation for lightning:progressIndicator mentions that lightning:progressStep supports onstepblur, onstepfocus, onstepmouseenter and onstepmouseleave (see below) but doesn't seem like that list is exhaustive, because I just slapped in an onclick to it and it worked. So wondering if there is a place or a way to read other supported events as opposed to trying'em all and hope they work?



    enter image description here










    share|improve this question























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      lightning:progressIndicator uses something called lightning:progressStep, but there isn't a specific article for it under Lightning component Reference. The documentation for lightning:progressIndicator mentions that lightning:progressStep supports onstepblur, onstepfocus, onstepmouseenter and onstepmouseleave (see below) but doesn't seem like that list is exhaustive, because I just slapped in an onclick to it and it worked. So wondering if there is a place or a way to read other supported events as opposed to trying'em all and hope they work?



      enter image description here










      share|improve this question













      lightning:progressIndicator uses something called lightning:progressStep, but there isn't a specific article for it under Lightning component Reference. The documentation for lightning:progressIndicator mentions that lightning:progressStep supports onstepblur, onstepfocus, onstepmouseenter and onstepmouseleave (see below) but doesn't seem like that list is exhaustive, because I just slapped in an onclick to it and it worked. So wondering if there is a place or a way to read other supported events as opposed to trying'em all and hope they work?



      enter image description here







      lightning-components lightning






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 44 mins ago









      Kal

      1,7291034




      1,7291034




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          The actual link that you posted is the best place for reference purposes Lightning component Reference. It is not unheard of that some events 'Work' with lightning:components, such as the onclick event, for example, the lightning:input component has no mention of the onClick event, but seems to handle it (not always well), but note that it will not be supported by Salesforce (I have had several issues with the OnClick event with numerous components, and support seems to always mention that since it is not documented as a supported attribute/event to avoid using it, and rather stick to the documented ones)






          share|improve this answer
















          • 3




            I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
            – sfdcfox
            17 mins ago






          • 1




            Congrats on your 10K rep, @glls!
            – Kal
            10 mins ago










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "459"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f235164%2fwhere-can-i-find-full-documentation-for-lightningprogressstep%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          The actual link that you posted is the best place for reference purposes Lightning component Reference. It is not unheard of that some events 'Work' with lightning:components, such as the onclick event, for example, the lightning:input component has no mention of the onClick event, but seems to handle it (not always well), but note that it will not be supported by Salesforce (I have had several issues with the OnClick event with numerous components, and support seems to always mention that since it is not documented as a supported attribute/event to avoid using it, and rather stick to the documented ones)






          share|improve this answer
















          • 3




            I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
            – sfdcfox
            17 mins ago






          • 1




            Congrats on your 10K rep, @glls!
            – Kal
            10 mins ago














          up vote
          2
          down vote



          accepted










          The actual link that you posted is the best place for reference purposes Lightning component Reference. It is not unheard of that some events 'Work' with lightning:components, such as the onclick event, for example, the lightning:input component has no mention of the onClick event, but seems to handle it (not always well), but note that it will not be supported by Salesforce (I have had several issues with the OnClick event with numerous components, and support seems to always mention that since it is not documented as a supported attribute/event to avoid using it, and rather stick to the documented ones)






          share|improve this answer
















          • 3




            I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
            – sfdcfox
            17 mins ago






          • 1




            Congrats on your 10K rep, @glls!
            – Kal
            10 mins ago












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          The actual link that you posted is the best place for reference purposes Lightning component Reference. It is not unheard of that some events 'Work' with lightning:components, such as the onclick event, for example, the lightning:input component has no mention of the onClick event, but seems to handle it (not always well), but note that it will not be supported by Salesforce (I have had several issues with the OnClick event with numerous components, and support seems to always mention that since it is not documented as a supported attribute/event to avoid using it, and rather stick to the documented ones)






          share|improve this answer












          The actual link that you posted is the best place for reference purposes Lightning component Reference. It is not unheard of that some events 'Work' with lightning:components, such as the onclick event, for example, the lightning:input component has no mention of the onClick event, but seems to handle it (not always well), but note that it will not be supported by Salesforce (I have had several issues with the OnClick event with numerous components, and support seems to always mention that since it is not documented as a supported attribute/event to avoid using it, and rather stick to the documented ones)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 38 mins ago









          glls

          10k61945




          10k61945







          • 3




            I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
            – sfdcfox
            17 mins ago






          • 1




            Congrats on your 10K rep, @glls!
            – Kal
            10 mins ago












          • 3




            I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
            – sfdcfox
            17 mins ago






          • 1




            Congrats on your 10K rep, @glls!
            – Kal
            10 mins ago







          3




          3




          I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
          – sfdcfox
          17 mins ago




          I've been saying this for like a decade now in some form or another: if it's not in the documentation, presume it doesn't work.
          – sfdcfox
          17 mins ago




          1




          1




          Congrats on your 10K rep, @glls!
          – Kal
          10 mins ago




          Congrats on your 10K rep, @glls!
          – Kal
          10 mins ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f235164%2fwhere-can-i-find-full-documentation-for-lightningprogressstep%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery