Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
deckgl
DeckGlProjection
Interface DeckGlProjection
Experimental
interface
DeckGlProjection
{
contractVersion
:
"1.0"
;
diagnostic
:
DeckGlExecutionDiagnostic
;
layer
:
DeckGlLayer
;
metrics
:
DeckGlProjectionMetrics
;
mount
(
host
:
DeckGlLayerHost
)
:
DeckGlMountedProjection
;
selectionForPick
(
index
:
number
)
:
DeckGlPickedSelection
;
}
Index
Properties
contract
Version
diagnostic
layer
metrics
Methods
mount
selection
For
Pick
Properties
Readonly
Experimental
contract
Version
contract
Version
Readonly
Experimental
diagnostic
diagnostic
:
DeckGlExecutionDiagnostic
Readonly
Experimental
layer
layer
:
DeckGlLayer
Readonly
Experimental
metrics
metrics
:
DeckGlProjectionMetrics
Methods
mount
mount
(
host
)
:
DeckGlMountedProjection
Experimental
Parameters
host
:
DeckGlLayerHost
Returns
DeckGlMountedProjection
selection
For
Pick
selection
For
Pick
(
index
)
:
DeckGlPickedSelection
Experimental
Parameters
index
:
number
Returns
DeckGlPickedSelection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contract
Version
diagnostic
layer
metrics
Methods
mount
selection
For
Pick
@honua/sdk-js
Loading...