@xylabs/sdk-react
Preparing search index...
FacebookCartProperties
Interface FacebookCartProperties
interface
FacebookCartProperties
{
content_category
?:
string
;
content_ids
?:
(
string
|
number
)
[]
;
content_name
?:
string
;
content_type
?:
"product"
|
"product_group"
;
contents
?:
FacebookContentsItem
[]
;
currency
?:
string
;
num_items
?:
number
;
value
?:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
FacebookValueProperties
FacebookContentProperties
FacebookCartProperties
Indexable
[
key
:
string
]:
unknown
Index
Properties
content_
category?
content_
ids?
content_
name?
content_
type?
contents?
currency?
num_
items?
value?
Properties
Optional
content_
category
content_category
?:
string
Optional
content_
ids
content_ids
?:
(
string
|
number
)
[]
Optional
content_
name
content_name
?:
string
Optional
content_
type
content_type
?:
"product"
|
"product_group"
Optional
contents
contents
?:
FacebookContentsItem
[]
Optional
currency
currency
?:
string
Optional
num_
items
num_items
?:
number
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content_
category
content_
ids
content_
name
content_
type
contents
currency
num_
items
value
@xylabs/sdk-react
Loading...