Skip to main content

useGlobalProp

useGlobalProp<T>(prop: string): T | undefined
useGlobalProp<T>(prop: string,defaultValue: undefined): T | undefined
useGlobalProp<T>(prop: string,defaultValue: null): T | null
useGlobalProp<T>(prop: string,defaultValue: T): T

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
propstring