Running FormsAPIRunner LibraryFunctionsgetOn this pageget Retrieves the value of the specified property in the object. Signature get<T, K extends keyof T>(object: T, property: K): T[K] Parameters NameTypeOptionalDescriptionobjectTNoReference to the object.propertyKNoName of the property. Return value Returns the value of the property.