Editor API Reference - v1.1.4
    Preparing search index...

    Class AssetsSchema

    Provides methods to access the Assets schema

    Index

    Internal

    Other

    • Gets default data for asset type

      Parameters

      • type: string

        The asset type

      Returns Record<string, any>

      The default data

    • Gets a list of fields of a particular type for an asset type

      Parameters

      • assetType: string

        The type of the asset.

      • type: string

        The desired type

      Returns string[]

      A list of fields

      const materialAssetPaths = editor.schema.assets.getFieldsOfType('material', 'asset');