@umbraco-cms/backoffice
    Preparing search index...

    Class Extension<Options, Storage>

    The Extension class is the base class for all extensions.

    Type Parameters

    • Options = any
    • Storage = any

    Hierarchy

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    child:
        | null
        | Extendable<
            any,
            any,
            NodeConfig<any, any>
            | ExtensionConfig<any, any>
            | MarkConfig<any, any>,
        >
    name: string
    parent:
        | null
        | Extendable<
            any,
            any,
            NodeConfig<any, any>
            | ExtensionConfig<any, any>
            | MarkConfig<any, any>,
        >
    type: string

    Accessors

    • get options(): Options

      Returns Options

    • get storage(): Readonly<Storage>

      Returns Readonly<Storage>

    Methods

    • Create a new Extension instance

      Type Parameters

      • O = any
      • S = any

      Parameters

      Returns Extension<O, S>