Winter Cardinal UI - v0.442.0 / Lazy
Name |
---|
INSTANCE |
OPTIONS |
• new Lazy<INSTANCE
, OPTIONS
>(newInstance
, options
, base?
): Lazy
<INSTANCE
, OPTIONS
>
Name |
---|
INSTANCE |
OPTIONS |
Name | Type |
---|---|
newInstance |
(options : OPTIONS ) => INSTANCE |
options |
OPTIONS |
base? |
DBase <DThemeBase , DBaseOptions <DThemeBase , any >> |
Lazy
<INSTANCE
, OPTIONS
>
src/main/typescript/wcardinal/ui/util/lazy.ts:13
• instance: null
| INSTANCE
src/main/typescript/wcardinal/ui/util/lazy.ts:9
• newInstance: (options
: OPTIONS
) => INSTANCE
• new newInstance(options
): INSTANCE
Name | Type |
---|---|
options |
OPTIONS |
INSTANCE
src/main/typescript/wcardinal/ui/util/lazy.ts:10
• options: OPTIONS
src/main/typescript/wcardinal/ui/util/lazy.ts:11
▸ get(): INSTANCE
INSTANCE