interface UmbSortChildrenOfDataSource {
    sortChildrenOf(args: UmbSortChildrenOfArgs): Promise<UmbDataSourceErrorResponse>;
}

Methods

""