Skip to main content
Version: v1

HasTraits Interface

An object which may have traits with children of the given type underneath it

Signature

export interface HasTraits<TChild>

Type Parameters

Parameter Description
TChild

Properties

Property Type Description
traits TraitMap<TChild>

Property Details

traits

Signature

readonly traits: TraitMap<TChild>;

Type: TraitMap<TChild>