type Create = {
    efx?: string;
    storage?: WebStorage;
}
Index

Properties

Properties

efx?: string

Defines the effects added to TJS components; ripple by default.

storage?: WebStorage

TRL WebStorage (session) instance to serialize folder state and scrollbar position.