JSSM, a JavaScript state machine - the FSM for FSL
    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
    value: string

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

    MDN Reference

    • Returns string