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

    Type Alias PropOption<T>

    type PropOption<T> = {
        icon?: IconRef;
        label: string;
        tooltip?: string;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    icon?: IconRef
    label: string
    tooltip?: string
    value: T