Theia API Documentation v1.65.0
    Preparing search index...
    interface StylableNodeAttributes {
        className?: string;
        isHighlighted?: boolean;
        style?: CSSProperties;
        title?: string;
        variable?: VariableDecoration;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    isHighlighted?: boolean
    style?: CSSProperties
    title?: string