g3-toolkit API Reference
    Preparing search index...

    Interface StyleRuleDependencies

    interface StyleRuleDependencies {
        adjacency?: boolean;
        data?: readonly string[] | "all";
    }
    Index

    Properties

    Properties

    adjacency?: boolean

    True when the rule reads neighbors (through ctx.neighbors): a data change on an element then re-evaluates its neighbors.

    data?: readonly string[] | "all"

    Data fields this rule reads (selector fields are indexed automatically and need not be repeated). "all" = any data change affects the rule.