Skip to main content Link Search Menu Expand Document (external link)

ValueBasedStyler overview

Alias for ASContextStyler.Type (see @parischap/ansi-style/ContextStyler.ts and Value.ts)


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>