Structured hints stored on the rule root describing how it was built. type is required whenever specs is present; legacy rules have no specs.

interface StyleRuleSpecs {
    attributes?: string[];
    method?: StyleRuleSpecsMethod;
    type: StyleRuleSpecsType;
}

Properties

attributes?: string[]