Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
List
EmptyView
Class EmptyView
Implements
ListSchema
.
EmptyView
IComponent
<
ListSchema
.
EmptyView
>
Index
Constructors
constructor
Properties
description?
icon?
node
Name
title?
Methods
to
Model
Constructors
constructor
new
EmptyView
(
model
:
IconConstructorPatch
<
{
description
?:
string
;
icon
?:
schema
.
Icon
;
nodeName
:
NodeNameEnum
;
title
?:
string
;
}
,
>
,
)
:
List
.
EmptyView
Parameters
model
:
IconConstructorPatch
<
{
description
?:
string
;
icon
?:
schema
.
Icon
;
nodeName
:
NodeNameEnum
;
title
?:
string
;
}
,
>
Returns
List
.
EmptyView
Properties
Optional
description
description
?:
string
Optional
icon
icon
?:
Icon
node
Name
nodeName
:
EnumValues
<
typeof
NodeNameEnum
>
= NodeNameEnum.EmptyView
Optional
title
title
?:
string
Methods
to
Model
toModel
()
:
{
description
?:
string
;
icon
?:
schema
.
Icon
;
nodeName
:
NodeNameEnum
;
title
?:
string
;
}
Returns
{
description
?:
string
;
icon
?:
schema
.
Icon
;
nodeName
:
NodeNameEnum
;
title
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
icon
node
Name
title
Methods
to
Model
@kksh/api
Loading...