geoview-core
Preparing search index...
TypePluginStructure
Type Alias TypePluginStructure
interface used when creating the actual plugin.
type
TypePluginStructure
=
{
add
?:
()
=>
void
;
api
:
API
;
configObj
:
unknown
;
createElement
:
typeof
__type
;
defaultConfig
?:
()
=>
unknown
;
pluginId
:
string
;
props
:
unknown
;
react
:
typeof
React
;
remove
?:
()
=>
void
;
schema
?:
()
=>
unknown
;
select
?:
()
=>
void
;
translate
:
unknown
;
translations
:
Record
<
string
,
unknown
>
;
}
Index
Properties
add?
api
config
Obj
create
Element
default
Config?
plugin
Id
props
react
remove?
schema?
select?
translate
translations
Properties
Optional
add
add
?:
()
=>
void
api
api
:
API
config
Obj
configObj
:
unknown
create
Element
createElement
:
typeof
__type
Optional
default
Config
defaultConfig
?:
()
=>
unknown
plugin
Id
pluginId
:
string
props
props
:
unknown
react
react
:
typeof
React
Optional
remove
remove
?:
()
=>
void
Optional
schema
schema
?:
()
=>
unknown
Optional
select
select
?:
()
=>
void
translate
translate
:
unknown
translations
translations
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
api
config
Obj
create
Element
default
Config
plugin
Id
props
react
remove
schema
select
translate
translations
geoview-core
Loading...
interface used when creating the actual plugin.