JStyleRule: JCreationInfo & {
    active: boolean;
    arrowConfiguration?: ArrowConfiguration;
    arrowType?: "NONE" | "FIXED_DIRECTION" | "VARIABLE_DIRECTION";
    conditions: JRuleCondition[];
    defaultRule: boolean;
    id: string;
    name: JMultiLocaleTranslationValue;
}

Type declaration