key Summary Gets the unique key for identifying the change type. Usage property string key() Returns The key used for identifying a change type. Description Gets the unique key for identifying the change type. Examples Basic Usage 123456import System;import Altitude.Frontend; double currentTime = (new Date()).getTime();Change timeChange = new Change("time", currentTime);Console.log(timeChange.key); Share HTML | BBCode | Direct Link