Object.getSettings

Syntax

getSettings(includeType: boolean, excludeObjects: Object[], excludeProps: string[], excludeDelegates: boolean): ObjectSettings;

Parameters

includeType. It determines whether class name is contained in result:

excludeObjects. Array of objects to be excluded from processing and result.

excludeProps. Array of properties names to be excluded from processing and result.

excludeDelegates. It determines exclusion of delegates from processing and result:

Description

The getSettings method returns repository object settings.

See also:

Object