Class CellRoute

Hierarchy

Implements

  • WebCell

Constructors

Properties

component: FC<PageProps> | CustomElementConstructor
pageStyle: Partial<Omit<PickData<CSSStyleDeclaration>, "length" | "parentRule"> & Record<string, any>> = ...

Accessors

inAnimation
  • get matched(): {
        [key: string]: string | undefined;
    }
  • Returns {
        [key: string]: string | undefined;
    }

    • [key: string]: string | undefined
  • get oldMatched(): {
        [key: string]: string | undefined;
    }
  • Returns {
        [key: string]: string | undefined;
    }

    • [key: string]: string | undefined
outAnimation
path

Methods

  • Returns void

Generated using TypeDoc