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

    Hierarchy (View Summary)

    Index

    Properties

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