Preparing search index...
The search index is not available
@terrestris/shogun-util
@terrestris/shogun-util
model/Layer
LayerArgs
Interface LayerArgs<D, S>
interface
LayerArgs
<
D
,
S
>
{
clientConfig
?:
D
;
created
?:
string
|
Date
;
features
?:
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
;
id
?:
number
;
modified
?:
string
|
Date
;
name
:
string
;
sourceConfig
:
S
;
type
:
LayerType
;
}
Type Parameters
D
extends
DefaultLayerClientConfig
S
extends
DefaultLayerSourceConfig
Hierarchy (
view full
)
BaseEntityArgs
LayerArgs
Index
Properties
client
Config?
created?
features?
id?
modified?
name
source
Config
type
Properties
Optional
client
Config
client
Config
?:
D
Optional
created
created
?:
string
|
Date
Optional
features
features
?:
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
Optional
id
id
?:
number
Optional
modified
modified
?:
string
|
Date
name
name
:
string
source
Config
source
Config
:
S
type
type
:
LayerType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Config
created
features
id
modified
name
source
Config
type
@terrestris/shogun-util
Loading...