@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    interface AboutOptions {
        appName: string;
        ariaLabel?: string;
        copyright?: string;
        credits?: readonly string[];
        description?: string;
        logoUrl?: string;
        version?: string;
    }
    Index

    Properties

    appName: string

    Application name.

    ariaLabel?: string

    Accessible label for the dialog element.

    copyright?: string

    Copyright notice (e.g. "© 2026 Acme Corp").

    credits?: readonly string[]

    Credits / acknowledgements — rendered as a list.

    description?: string

    Short description or tagline.

    logoUrl?: string

    URL or data-URI for a logo image.

    version?: string

    Version string (e.g. "1.2.3").