@hmiproject/helio-sdk
Preparing search index...
DisplayInstance
Type Alias DisplayInstance<PropsType>
type
DisplayInstance
<
PropsType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
=
{
classId
:
string
;
id
:
string
;
name
?:
string
;
props
:
PropsType
;
traitProps
?:
Record
<
string
,
{
$heTraitId
:
string
;
props
:
Record
<
string
,
unknown
>
;
version
:
number
}
,
>
;
}
Type Parameters
PropsType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Index
Properties
class
Id
id
name?
props
trait
Props?
Properties
class
Id
classId
:
string
id
id
:
string
Optional
name
name
?:
string
props
props
:
PropsType
Optional
trait
Props
traitProps
?:
Record
<
string
,
{
$heTraitId
:
string
;
props
:
Record
<
string
,
unknown
>
;
version
:
number
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Id
id
name
props
trait
Props
@hmiproject/helio-sdk
Loading...