Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Database.System.Get
ISystem
Interface ISystem<T>
interface
ISystem
<
T
=
[
]
>
{
allowsignup
:
TSystemGetAllowsignup
extends
T
?
boolean
:
never
;
defaultplugins
?:
TSystemGetDefaultplugins
extends
T
?
string
[]
:
never
[]
;
password
?:
TSystemGetPassword
extends
T
?
{
max
:
number
;
min
:
number
;
requireLetter
:
boolean
;
requireNumber
:
boolean
;
requireSymbol
:
boolean
;
}
:
never
;
}
Type Parameters
T
=
[
]
Hierarchy (
View Summary
)
ISystem
IFrontSystem
Index
Properties
allowsignup
defaultplugins?
password?
Properties
allowsignup
allowsignup
:
TSystemGetAllowsignup
extends
T
?
boolean
:
never
Optional
defaultplugins
defaultplugins
?:
TSystemGetDefaultplugins
extends
T
?
string
[]
:
never
[]
Optional
password
password
?:
TSystemGetPassword
extends
T
?
{
max
:
number
;
min
:
number
;
requireLetter
:
boolean
;
requireNumber
:
boolean
;
requireSymbol
:
boolean
;
}
:
never
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowsignup
defaultplugins
password
Tanatloc documentation
Loading...