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

    Class Extendable<Options, Storage, Config>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    child:
        | null
        | Extendable<
            any,
            any,
            NodeConfig<any, any>
            | ExtensionConfig<any, any>
            | MarkConfig<any, any>,
        >
    config: Config
    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