KC's Workspace
    Preparing search index...
    RuleProps: { raws?: RuleRaws } & (
        | { selector: string; selectors?: never }
        | { selector?: never; selectors: readonly string[] }
    ) & ContainerProps

    Type Declaration

    • Optionalraws?: RuleRaws

      Information used to generate byte-to-byte equal node string as it was in the origin input.

    • { selector: string; selectors?: never }
      • selector: string

        Selector or selectors of the rule.

      • Optionalselectors?: never
    • { selector?: never; selectors: readonly string[] }
      • Optionalselector?: never
      • selectors: readonly string[]

        Selectors of the rule represented as an array of strings.