Type alias LayoutContext

LayoutContext: {
    path?: Group[];
    type: LayoutContextType;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • Optional path?: Group[]

    array of objects starting from the object that triggered the call to the current one

  • type: LayoutContextType

Generated using TypeDoc