PropertyType¶
Type Alias PropertyType<T>
PropertyType: T extends "activatable"
? boolean
: T extends "animation"
? { name: string } & AnimationOptions
: T extends "appearanceURI"
? string
| number
| undefined
| null
: T extends "attachment"
? any
: T extends "auxContent"
? any
: T extends "auxEnabled"
? EnabledState
| boolean
: T extends "auxNodes"
? number[]
: T extends "children"
? number[]
: T extends "comparisonGroup"
? ComparisonGroup
: T extends "depth" ? number : (...) extends (...) ? (...) : (...)
? boolean
: T extends "animation"
? { name: string } & AnimationOptions
: T extends "appearanceURI"
? string
| number
| undefined
| null
: T extends "attachment"
? any
: T extends "auxContent"
? any
: T extends "auxEnabled"
? EnabledState
| boolean
: T extends "auxNodes"
? number[]
: T extends "children"
? number[]
: T extends "comparisonGroup"
? ComparisonGroup
: T extends "depth" ? number : (...) extends (...) ? (...) : (...)
The available property types.