Winter Cardinal UI - v0.442.0 / Lazy

Class: Lazy<INSTANCE, OPTIONS>

Type parameters

Name
INSTANCE
OPTIONS

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Lazy<INSTANCE, OPTIONS>(newInstance, options, base?): Lazy<INSTANCE, OPTIONS>

Type parameters

Name
INSTANCE
OPTIONS

Parameters

Name Type
newInstance (options: OPTIONS) => INSTANCE
options OPTIONS
base? DBase<DThemeBase, DBaseOptions<DThemeBase, any>>

Returns

Lazy<INSTANCE, OPTIONS>

Defined in

src/main/typescript/wcardinal/ui/util/lazy.ts:13

Properties

instance

instance: null | INSTANCE

Defined in

src/main/typescript/wcardinal/ui/util/lazy.ts:9


newInstance

newInstance: (options: OPTIONS) => INSTANCE

Type declaration

new newInstance(options): INSTANCE

Parameters
Name Type
options OPTIONS
Returns

INSTANCE

Defined in

src/main/typescript/wcardinal/ui/util/lazy.ts:10


options

options: OPTIONS

Defined in

src/main/typescript/wcardinal/ui/util/lazy.ts:11

Methods

get

get(): INSTANCE

Returns

INSTANCE

Defined in

src/main/typescript/wcardinal/ui/util/lazy.ts:31