Interface ReloadOptions

Possible values for Wunderbaum.reload options argument.

interface ReloadOptions {
    reactivate?: boolean;
    source?: SourceType;
}

Properties

Properties

reactivate?: boolean

Reactivate currently active node if any.

true
source?: SourceType

Load this source instead.

initial source (if loaded via ajax)