Documentation
Preparing search index...
@saltcorn/admin-models
tenant
create_tenant
Variable create_tenant
create_tenant
:
(
__namedParameters
:
{
loadAndSaveNewPlugin
:
(
plugin
:
export=
)
=>
void
;
noSignalOrDB
?:
boolean
;
plugin_loader
:
Function
;
t
:
string
;
tenant_template
?:
string
;
}
,
)
=>
Promise
<
void
>
Type Declaration
(
__namedParameters
:
{
loadAndSaveNewPlugin
:
(
plugin
:
export=
)
=>
void
;
noSignalOrDB
?:
boolean
;
plugin_loader
:
Function
;
t
:
string
;
tenant_template
?:
string
;
}
,
)
:
Promise
<
void
>
Create tenant? Not sure that is correct name
load plugins
use tenant template (copy structures from...)
Parameters
__namedParameters
:
{
loadAndSaveNewPlugin
:
(
plugin
:
export=
)
=>
void
;
noSignalOrDB
?:
boolean
;
plugin_loader
:
Function
;
t
:
string
;
tenant_template
?:
string
;
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Create tenant? Not sure that is correct name