FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
An interface describe configuration options of UI fragment. More...
Public Attributes | |
FRAGMENT_ACTION | action = FRAGMENT_ACTION.EXT |
action handler name More... | |
Or< FragmentComponentOptions, FragmentComponentOptions[]> | config |
Configuration options of each component in this template(point by the target property) or that component which fragment target point to. More... | |
Or< string, string[]> | target |
Target component name(s) of this fragment option for action handler. More... | |
string | template |
Template string supplied to action handler. This attribute is only worked if action equals these values: FRAGMENT_ACTION::INSERT FRAGMENT_ACTION::APPEND FRAGMENT_ACTION::PREPEND FRAGMENT_ACTION::BEFORE FRAGMENT_ACTION::AFTER FRAGMENT_ACTION::REPLACE FRAGMENT_ACTION::FILL. More... | |
An interface describe configuration options of UI fragment.
FRAGMENT_ACTION action = FRAGMENT_ACTION.EXT |
Or<FragmentComponentOptions,FragmentComponentOptions[]> config |
Configuration options of each component in this template(point by the target property) or that component which fragment target point to.
Or<string, string[]> target |
Target component name(s) of this fragment option for action handler.
string template |
Template string supplied to action handler. This attribute is only worked if action equals these values: FRAGMENT_ACTION::INSERT FRAGMENT_ACTION::APPEND FRAGMENT_ACTION::PREPEND FRAGMENT_ACTION::BEFORE FRAGMENT_ACTION::AFTER FRAGMENT_ACTION::REPLACE FRAGMENT_ACTION::FILL.