Nude Element API Docs - v0.1.3
    Preparing search index...
    onprops: {
        dependencies: (
            | {
                hooks: { setup(): void };
                providesStatic: { defineEvents(def?: any): void };
            }
            | {
                hooks: {
                    first_constructor_static: () => void;
                    constructed(): void;
                    constructor(): void;
                    setup(): void;
                };
                provides: {};
                providesStatic: { defineProps(def?: any): any };
            }
        )[];
        hooks: {
            constructed(): void;
            define_event(env: any): void;
            define_events_end(env: any): void;
        };
        providesStatic: {};
    }

    Type Declaration

    • dependencies: (
          | {
              hooks: { setup(): void };
              providesStatic: { defineEvents(def?: any): void };
          }
          | {
              hooks: {
                  first_constructor_static: () => void;
                  constructed(): void;
                  constructor(): void;
                  setup(): void;
              };
              provides: {};
              providesStatic: { defineProps(def?: any): any };
          }
      )[]
    • hooks: {
          constructed(): void;
          define_event(env: any): void;
          define_events_end(env: any): void;
      }
    • providesStatic: {}