ValueBasedStyler overview
Alias for ASContextStyler.Type
Table of contents
Constructors
makeDepthIndexed
Constructor of a depth-indexed ValueBasedStyler
Signature
export declare const makeDepthIndexed: (palette: ASPalette.Type) => Type
makeKeyTypeIndexed
Constructor of a key-type-indexed ValueBasedStyler
Signature
export declare const makeKeyTypeIndexed: (palette: ASPalette.Type) => Type
makeTypeIndexed
Constructor of a type-indexed ValueBasedStyler
Signature
export declare const makeTypeIndexed: (palette: ASPalette.Type) => Type
Models
Type (type alias)
Type of a ValueBasedStyler
Signature
export type Type = ASContextStyler.Type<PPValue.All>