Trilium Frontend API
    Preparing search index...

    Type Alias StylesNormalizer

    StylesNormalizer: (name: string) => { path: string; value: StyleValue }

    A normalizer method for a style property.

    Type Declaration

      • (name: string): { path: string; value: StyleValue }
      • Parameters

        • name: string

        Returns { path: string; value: StyleValue }

    ~StylesProcessor#setNormalizer