svelte-ast-print - v0.6.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 (View Summary)

    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}