@hmiproject/helio-sdk
    Preparing search index...

    Type Alias IconRef

    Reference to a built-in HELIO icon.

    { name: 'Dinosaur' }
    
    type IconRef = {
        name: Icons;
    }
    Index

    Properties

    Properties

    name: Icons