Trilium Frontend API
    Preparing search index...

    Interface CSSKeywordValue

    The CSSKeywordValue interface of the CSS Typed Object Model API creates an object to represent CSS keywords and other identifiers.

    MDN Reference

    interface CSSKeywordValue {
        value: string;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    value: string

    The value property of the CSSKeywordValue interface returns or sets the value of the CSSKeywordValue.

    MDN Reference

    Methods

    • Returns string