NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function _hasPaddingSetNativeOverrides(view: unknown, coreProto: object): boolean;

Defined in: ui/styling/style-properties.ts

Whether a subclass overrides any of the per-side [padding*Property.setNative] handlers coreProto defines. An override owns padding application - the consolidated paddingInternal write must stand down, or it would apply padding around handlers designed to intercept it.

Parameters

ParameterType
viewunknown
coreProtoobject

Returns

boolean