A class: directive

interface ClassDirective {
    end: number;
    expression: Expression;
    name: "class";
    start: number;
    type: "ClassDirective";
}

Hierarchy (View Summary)

Properties

end: number
expression: Expression

The 'y' in class:x={y}, or the x in class:x

name: "class"

The 'x' in class:x

start: number
type: "ClassDirective"