Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.version.major

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Version > major

Version.major property

Returns the first component of the version string.

Signature:

get major(): number;

Remarks

Typically a change in the major version number indicates a compatibility break with previous versions.

Clone this wiki locally