mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
make _appliedPropertyValues private
This commit is contained in:
@ -398,7 +398,7 @@ export class CssState {
|
|||||||
|
|
||||||
_onDynamicStateChangeHandler: () => void;
|
_onDynamicStateChangeHandler: () => void;
|
||||||
_appliedChangeMap: Readonly<ChangeMap<ViewBase>>;
|
_appliedChangeMap: Readonly<ChangeMap<ViewBase>>;
|
||||||
_appliedPropertyValues: Record<string, unknown>;
|
private _appliedPropertyValues: Record<string, unknown>;
|
||||||
_appliedAnimations: ReadonlyArray<kam.KeyframeAnimation>;
|
_appliedAnimations: ReadonlyArray<kam.KeyframeAnimation>;
|
||||||
_appliedSelectorsVersion: number;
|
_appliedSelectorsVersion: number;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user