IDataLoaderAdapters

Type interface

Represents a list of available adapters for Sprite

Inheritance

IDataLoaderAdapters does not extend any other symbol.

IDataLoaderAdapters is not extended by any other symbol.

Properties

getParserByData
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/core/data/DataLoader.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => data
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/data/DataLoader.ts
                                        )

                                    [hash] => 8e1e718a4b937662cdd94981d8343808
                                )

                            [1] => Array
                                (
                                    [name] => parser
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => DataParser
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/data/DataLoader.ts
                                        )

                                    [hash] => 60ea3df0bfda9c87dc61a5fff052b5bf
                                )

                            [2] => Array
                                (
                                    [name] => type
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/data/DataLoader.ts
                                        )

                                    [hash] => 8ce59d84af465311d3d42764584c4244
                                )

                        )

                )

            [hash] => b4a1ecd54aa0168d20d31b06ce4fd28f
        )

)

{ type: string,
  target: Target }

Applied after the Data Loader determines suitable parser type based on its data examination.

getParserByType
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/core/data/DataLoader.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => parser
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => DataParser
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/data/DataLoader.ts
                                        )

                                    [hash] => 60ea3df0bfda9c87dc61a5fff052b5bf
                                )

                            [1] => Array
                                (
                                    [name] => type
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/data/DataLoader.ts
                                        )

                                    [hash] => 8ce59d84af465311d3d42764584c4244
                                )

                        )

                )

            [hash] => fb76a70ce57dbf4dabf434d44e214888
        )

)

{ type: string,
  target: Target }

Applied after the Data Loader determines suitable parser type by data source's URL extension.