Skip to main content

PropertyMetadata

                            
                              
                                interface 
                                PropertyMetadata
                                
                                  
                                    
                                      T
                                    
                                  
                                
                              
                              

Type Parameters

Properties

cloneable

                            
                              
                                cloneable
                                ?: 
                                boolean
                              
                              

compound

                            
                              
                                compound
                                ?: 
                                boolean
                              
                              

compoundEntries

                            
                              
                                compoundEntries
                                : 
                                
                                  
                                    
                                      string
                                    
                                    
                                      string
                                    
                                  
                                
                                []
                              
                              

compoundParent

                            
                              
                                compoundParent
                                ?: 
                                string
                              
                              

default

                            
                              
                                default
                                ?: 
                                T
                              
                              

getter

                            
                              
                                getter
                                ?: () => 
                                T
                              
                              

inspectable

                            
                              
                                inspectable
                                ?: 
                                boolean
                              
                              

interpolationFunction

                            
                              
                                interpolationFunction
                                ?: 
                                InterpolationFunction
                                
                                  
                                    
                                      T
                                    
                                    
                                      any
                                      []
                                    
                                  
                                
                              
                              

parser

                            
                              
                                parser
                                ?: 
                                
                                  
                                    
                                      value
                                      : 
                                      any
                                    
                                  
                                
                                 => 
                                T
                              
                              

setter

                            
                              
                                setter
                                ?: 
                                
                                  
                                    
                                      value
                                      : 
                                      any
                                    
                                  
                                
                                 => 
                                void
                              
                              

tweener

                            
                              
                                tweener
                                ?: 
                                
                                  
                                    
                                      value
                                      : 
                                      T
                                    
                                    
                                      duration
                                      : 
                                      number
                                    
                                    
                                      timingFunction
                                      : 
                                      TimingFunction
                                    
                                    
                                      interpolationFunction
                                      : 
                                      InterpolationFunction
                                      
                                        
                                          
                                            T
                                          
                                          
                                            any
                                            []
                                          
                                        
                                      
                                    
                                  
                                
                                 => 
                                void