File

auth-configuration/typed-option.ts

Implements

ISystemOption ITenantOption

Index

Properties
Methods

Constructor

constructor(category: string, key: string, type: "string" | "boolean" | "number", defaultValue?: string | boolean | number, value?: string)
Parameters :
Name Type Optional
category string No
key string No
type "string" | "boolean" | "number" No
defaultValue string | boolean | number Yes
value string Yes

Properties

Public category
Type : string
Public Optional defaultValue
Type : string | boolean | number
Public key
Type : string
Public type
Type : "string" | "boolean" | "number"
Public Optional value
Type : string

Methods

apply
apply(option: ISystemOption | ITenantOption)
Parameters :
Name Type Optional
option ISystemOption | ITenantOption No
Returns : void
getValue
getValue()
Returns : string | number | boolean

results matching ""

    No results matching ""