Enum LaravelUi5\Core\Enums\SettingScope

implements BackedEnum

Represents the applicability level (scope) of a setting.

Resolution follows a strict precedence chain: USER (4) > TEAM (3) > APP (2) > TENANT (1)

Settings with a higher scope value override those with a lower value.

Cases
Methods