ixfx
    Preparing search index...

    Type Alias Panel<TNotifyArgs>

    Panel: {
        dismount: () => void;
        id: string;
        label: string;
        mount: (parentEl: HTMLElement) => void;
        notify?: (name: string, args: TNotifyArgs) => void;
    }

    Type Parameters

    • TNotifyArgs

    Type declaration

    • dismount: () => void
    • id: string
    • label: string
    • mount: (parentEl: HTMLElement) => void
    • Optionalnotify?: (name: string, args: TNotifyArgs) => void

      Panel gets a notification