NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function parseCSSShadow(value: string): ShadowCSSValues;

Defined in: ui/styling/css-shadow.ts

Parse a string into ShadowCSSValues Supports any valid css box/text shadow combination.

inspired by https://github.com/jxnblk/css-box-shadow/blob/master/index.js (MIT License)

Parameters

ParameterTypeDescription
valuestring-

Returns

ShadowCSSValues