For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/type-config.config.enablegridplacementshorthands.md.
This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/type-config > Config > enableGridPlacementShorthands

Config.enableGridPlacementShorthands property

Controls whether the CSS parser accepts grid-column and grid-row shorthand syntax. When enabled, grid shorthand handlers parse placement shorthands into style values; when disabled, those shorthand declarations are rejected.

Supported platform: Android, iOS, HarmonyOS

Since: LynxSDK 3.9

Signature:

enableGridPlacementShorthands?: boolean;

Default Value

false