@carbon/charts
    Preparing search index...

    Function getProperty

    • Gets a speicified property from within an object.

      Parameters

      • object: any

        the object containing the property to retrieve

      • ...propPath: any

        nested properties used to extract the final property from within the object (i.e "style", "color" would retrieve the color property from within an object that has "color" nested within "style")

      Returns any