sesaparcours
    Preparing search index...

    Construct a type with a set of properties K of type T

    interface AnchorOptions {
        cssClass?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    • Record<string, any>
      • AnchorOptions

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    cssClass?: string

    Optional css class that will be applied to any DOM element for an endpoint using this anchor.