ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFContextMenuItem
Type Alias CPDFContextMenuItem<T>
Menu item type with optional sub-items. Use readonly arrays to encourage immutability.
type
CPDFContextMenuItem
<
T
extends
string
=
string
>
=
{
key
:
T
;
subItems
?:
readonly
string
[]
;
identifier
?:
string
;
title
?:
string
;
icon
?:
string
;
showType
:
"text"
|
"icon"
;
}
Type Parameters
T
extends
string
=
string
Index
Properties
key
sub
Items?
identifier?
title?
icon?
show
Type
Properties
key
key
:
T
Optional
sub
Items
subItems
?:
readonly
string
[]
Optional
identifier
identifier
?:
string
Optional
title
title
?:
string
Optional
icon
icon
?:
string
show
Type
showType
:
"text"
|
"icon"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
sub
Items
identifier
title
icon
show
Type
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Menu item type with optional sub-items. Use readonly arrays to encourage immutability.