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 (...) ? (...) : (...)

The available property types.

Type Parameters

  • T

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: