Home > @rushstack/ts-command-line > CommandLineParameter > scopedLongName
CommandLineParameter.scopedLongName property
If a parameterScope is provided, returns the scope-prefixed long name of the flag, including double dashes, eg. "--scope:do-something". Otherwise undefined.
Signature:
readonly scopedLongName: string | undefined;