Touch & Sell JS API
    Preparing search index...

    Class TSFolder

    Index

    Properties

    backgrounduri?: string

    the URI to the background image for the folder.

    id: number

    the folder id (same as the corresponding node id).

    name: string

    the folder name.

    Methods

    • Returns Promise<(TSNode | null)[]>

      the whole list of children nodes.

    • Parameters

      • name: string

        The name of the child to be retrieved.

      Returns Promise<TSNode | null>

      the found child with the specified name or undefined.

      Since Folder & Node are now the same object, use the TSNode API instead

    • Returns Promise<TSNode | null>

      the parent node.