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

    Type Alias DisplayInstance<PropsType>

    type DisplayInstance<
        PropsType extends Record<string, unknown> = Record<string, unknown>,
    > = {
        classId: string;
        id: string;
        name?: string;
        props: PropsType;
    }

    Type Parameters

    • PropsType extends Record<string, unknown> = Record<string, unknown>
    Index

    Properties

    Properties

    classId: string
    id: string
    name?: string
    props: PropsType