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

Styles overview

This module implements a Type that represents an array of Style’s (see Style.ts). It is used by the Palette module (see Palette.ts)


Table of contents


Destructors

toId

Gets the id of self

Signature

export declare const toId: MTypes.OneArgFunction<MTypes.OverTwo<ASStyle.Type>, string>

Models

Type (type alias)

Type that represents an array of Style’s.

Signature

export type Type = MTypes.OverTwo<ASStyle.Type>

Utils

append

Appends that to self

Signature

export declare const append: (that: Type) => (self: Type) => Type