MCPcopy
hub / github.com/GrapesJS/grapesjs / SetRuleOptions

Interface SetRuleOptions

packages/core/src/css_composer/index.ts:60–65  ·  view source on GitHub ↗

@private

Source from the content-addressed store, hash-verified

58
59/** @private */
60interface SetRuleOptions extends RuleOptions, UpdateStyleOptions {
61 /**
62 * If the rule exists already, merge passed styles instead of replacing them.
63 */
64 addStyles?: boolean;
65}
66
67/** @private */
68export interface GetSetRuleOptions extends UpdateStyleOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected