eXportable

A Gizmo eXportable is a potential qp export, and becomes a qp
export if it passes access control for the current user.
The eXportable adds the following to the qp export 4-tuple object:

  • An optional access control information (page access and
    menu item generation), that is processed externally to page logic.
  • An optional Dhi instance to use for initializing the Dhi
    instance consumed by each hit.
  • Whether links pointing this export should be slashed or not.

Here is a rendering of the eXportable for this page:

{

‘allow’ : None,
‘attribute’ : ‘x’,
‘component’ : ‘x’,
‘crumb’ : ‘X’,
‘dhi’ : None,
‘slashed’ : False,
‘title’ : ‘eXportable’,

}