ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFAction
Class CPDFAction
Base model for actions attached to PDF annotations and links.
Hierarchy (
View Summary
)
CPDFAction
CPDFGoToAction
CPDFUriAction
Index
Constructors
constructor
Methods
from
Json
to
JSON
Properties
action
Type
Constructors
constructor
new
CPDFAction
(
params
:
Partial
<
CPDFAction
>
)
:
CPDFAction
Parameters
params
:
Partial
<
CPDFAction
>
Returns
CPDFAction
Methods
Static
from
Json
fromJson
(
json
:
any
)
:
CPDFAction
Parameters
json
:
any
Returns
CPDFAction
to
JSON
toJSON
()
:
{
actionType
:
CPDFActionType
}
Returns
{
actionType
:
CPDFActionType
}
Properties
action
Type
actionType
:
CPDFActionType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Json
to
JSON
Properties
action
Type
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Base model for actions attached to PDF annotations and links.