@yesstudio/nuxt-composables
    Preparing search index...

    Interface SvgPropertiesHyphen<TLength, TTime>

    interface SvgPropertiesHyphen<TLength = string & {} | 0, TTime = string & {}> {
        "alignment-baseline"?: AlignmentBaseline;
        "baseline-shift"?: BaselineShift<TLength>;
        clip?: Clip;
        "clip-path"?: ClipPath;
        "clip-rule"?: ClipRule;
        color?: Color;
        "color-interpolation"?: ColorInterpolation;
        "color-rendering"?: ColorRendering;
        cursor?: Cursor;
        direction?: Direction;
        display?: Display;
        "dominant-baseline"?: DominantBaseline;
        fill?: Fill;
        "fill-opacity"?: FillOpacity;
        "fill-rule"?: FillRule;
        filter?: Filter;
        "flood-color"?: FloodColor;
        "flood-opacity"?: FloodOpacity;
        font?: Font;
        "font-family"?: FontFamily;
        "font-size"?: FontSize<TLength>;
        "font-size-adjust"?: FontSizeAdjust;
        "font-stretch"?: FontStretch;
        "font-style"?: FontStyle;
        "font-variant"?: FontVariant;
        "font-weight"?: FontWeight;
        "glyph-orientation-vertical"?: GlyphOrientationVertical;
        "image-rendering"?: ImageRendering;
        "letter-spacing"?: LetterSpacing<TLength>;
        "lighting-color"?: LightingColor;
        "line-height"?: LineHeight<TLength>;
        marker?: Marker;
        "marker-end"?: MarkerEnd;
        "marker-mid"?: MarkerMid;
        "marker-start"?: MarkerStart;
        mask?: Mask<TLength>;
        opacity?: Opacity;
        overflow?: Overflow;
        "paint-order"?: PaintOrder;
        "pointer-events"?: PointerEvents;
        "shape-rendering"?: ShapeRendering;
        "stop-color"?: StopColor;
        "stop-opacity"?: StopOpacity;
        stroke?: Stroke;
        "stroke-dasharray"?: StrokeDasharray<TLength>;
        "stroke-dashoffset"?: StrokeDashoffset<TLength>;
        "stroke-linecap"?: StrokeLinecap;
        "stroke-linejoin"?: StrokeLinejoin;
        "stroke-miterlimit"?: StrokeMiterlimit;
        "stroke-opacity"?: StrokeOpacity;
        "stroke-width"?: StrokeWidth<TLength>;
        "text-anchor"?: TextAnchor;
        "text-decoration"?: TextDecoration<TLength>;
        "text-rendering"?: TextRendering;
        "unicode-bidi"?: UnicodeBidi;
        "vector-effect"?: VectorEffect;
        visibility?: Visibility;
        "white-space"?: WhiteSpace;
        "word-spacing"?: WordSpacing<TLength>;
        "writing-mode"?: WritingMode;
    }

    Type Parameters

    • TLength = string & {} | 0
    • TTime = string & {}

    Hierarchy (View Summary)

    Index

    Properties

    "alignment-baseline"?: AlignmentBaseline
    "baseline-shift"?: BaselineShift<TLength>
    clip?: Clip
    "clip-path"?: ClipPath
    "clip-rule"?: ClipRule
    color?: Color
    "color-interpolation"?: ColorInterpolation
    "color-rendering"?: ColorRendering
    cursor?: Cursor
    direction?: Direction
    display?: Display
    "dominant-baseline"?: DominantBaseline
    fill?: Fill
    "fill-opacity"?: FillOpacity
    "fill-rule"?: FillRule
    filter?: Filter
    "flood-color"?: FloodColor
    "flood-opacity"?: FloodOpacity
    font?: Font
    "font-family"?: FontFamily
    "font-size"?: FontSize<TLength>
    "font-size-adjust"?: FontSizeAdjust
    "font-stretch"?: FontStretch
    "font-style"?: FontStyle
    "font-variant"?: FontVariant
    "font-weight"?: FontWeight
    "glyph-orientation-vertical"?: GlyphOrientationVertical
    "image-rendering"?: ImageRendering
    "letter-spacing"?: LetterSpacing<TLength>
    "lighting-color"?: LightingColor
    "line-height"?: LineHeight<TLength>
    marker?: Marker
    "marker-end"?: MarkerEnd
    "marker-mid"?: MarkerMid
    "marker-start"?: MarkerStart
    mask?: Mask<TLength>
    opacity?: Opacity
    overflow?: Overflow
    "paint-order"?: PaintOrder
    "pointer-events"?: PointerEvents
    "shape-rendering"?: ShapeRendering
    "stop-color"?: StopColor
    "stop-opacity"?: StopOpacity
    stroke?: Stroke
    "stroke-dasharray"?: StrokeDasharray<TLength>
    "stroke-dashoffset"?: StrokeDashoffset<TLength>
    "stroke-linecap"?: StrokeLinecap
    "stroke-linejoin"?: StrokeLinejoin
    "stroke-miterlimit"?: StrokeMiterlimit
    "stroke-opacity"?: StrokeOpacity
    "stroke-width"?: StrokeWidth<TLength>
    "text-anchor"?: TextAnchor
    "text-decoration"?: TextDecoration<TLength>
    "text-rendering"?: TextRendering
    "unicode-bidi"?: UnicodeBidi
    "vector-effect"?: VectorEffect
    visibility?: Visibility
    "white-space"?: WhiteSpace
    "word-spacing"?: WordSpacing<TLength>
    "writing-mode"?: WritingMode