Documentation
    Preparing search index...

    Function splitPath

    • Splits a RefPath into multiple paths based on the provided splits. example: splitPath(['SCENES', 'Scene1', 'Layers', 'LayerGroup', 'Layer1'], 'Layers') returns [['SCENES', 'Scene1'], ['LayerGroup', 'Layer1']]

      Parameters

      Returns RefPath[]