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

    Type Alias DisplayDynamicPropertyRefInternal

    Internal type that might change without warning and should be treated as opaque.

    type DisplayDynamicPropertyRef = {
        $heEntityId: string;
        props: {};
        version: number;
    }
    Index

    Properties

    $heEntityId: string
    props: {}
    version: number