g3-toolkit API Reference
    Preparing search index...

    Interface StyleRuleContext

    interface StyleRuleContext {
        element: StyleElement;
        neighbors: readonly StyleElement[];
    }
    Index

    Properties

    Properties

    element: StyleElement
    neighbors: readonly StyleElement[]

    Neighbor elements (empty when the graph has no accessor).