svelte-ast-print - v1.0.0
    Preparing search index...

    A style: directive

    interface StyleDirective {
        end?: number;
        modifiers: "important"[];
        name: string;
        start?: number;
        type: "StyleDirective";
        value: true | ExpressionTag | (Text | ExpressionTag)[];
    }

    Hierarchy

    • BaseNode
      • StyleDirective
    Index

    Properties

    end?: number
    modifiers: "important"[]
    name: string

    The 'x' in style:x

    start?: number
    type: "StyleDirective"
    value: true | ExpressionTag | (Text | ExpressionTag)[]

    The 'y' in style:x={y}