Freeze Design Frontend - TypeScript API
Preparing search index...
AdminClipartItem
Interface AdminClipartItem
interface
AdminClipartItem
{
id
:
number
;
category
:
number
;
category_name
:
string
;
name
:
string
;
slug
:
string
;
svg_file
:
string
|
null
;
thumbnail
:
string
|
null
;
tags
:
string
;
sort_order
:
number
;
is_active
:
boolean
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
category
category_
name
name
slug
svg_
file
thumbnail
tags
sort_
order
is_
active
created_
at
updated_
at
Properties
id
id
:
number
category
category
:
number
category_
name
category_name
:
string
name
name
:
string
slug
slug
:
string
svg_
file
svg_file
:
string
|
null
thumbnail
thumbnail
:
string
|
null
tags
tags
:
string
sort_
order
sort_order
:
number
is_
active
is_active
:
boolean
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
category
category_
name
name
slug
svg_
file
thumbnail
tags
sort_
order
is_
active
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...