Running FormsAPIRunner FoundationFunctionsgetOn this pagegetRetrieves the value of the specified property in the object.Signatureget<T, K extends keyof T>(object: T, property: K): T[K]ParametersNameTypeOptionalDescriptionobjectTNoReference to the object.propertyKNoName of the property.Return valueReturns the value of the property.