Type alias IProcessOptions

IProcessOptions: {
    attr?: string;
    ctx?: any[];
    el?: Element;
    rattr?: string;
} | Element | string | any[]

Type declaration

  • Optional attr?: string
  • Optional ctx?: any[]
  • Optional el?: Element
  • Optional rattr?: string